We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a258 commit 2a55d93Copy full SHA for 2a55d93
1 file changed
script/test.py
@@ -4,7 +4,7 @@
4
import subprocess
5
import sys
6
7
-from lib.util import atom_gyp
+from lib.util import atom_gyp, rm_rf
8
9
10
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
@@ -40,6 +40,8 @@ def main():
40
output_to_file = os.environ['OUTPUT_TO_FILE']
41
with open(output_to_file, 'r') as f:
42
print f.read()
43
+ rm_rf(output_to_file)
44
+
45
46
return returncode
47
0 commit comments