Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit b7a81f2

Browse files
committed
Make test output happy
1 parent e9b8bcf commit b7a81f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/grumprun

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def main(args):
9898
f.write(module_tmpl.substitute(package=package, imports=imports))
9999
return subprocess.Popen('go run ' + go_main, shell=True).wait()
100100
finally:
101-
print 'shutil.rmtree(%s)' % workdir
101+
# print 'shutil.rmtree(%s)' % workdir
102+
pass
102103

103104

104105
def _package_name(modname):

0 commit comments

Comments
 (0)