Browse Source

Uncomment rm in runtest

was disabled for debugging...
Yann Weber 7 years ago
parent
commit
d58f67987c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      runtest.sh

+ 1
- 1
runtest.sh View File

@@ -72,4 +72,4 @@ make
72 72
 make refresh_plugins
73 73
 $PYTHON loader.py $@
74 74
 
75
-#rm -Rf $testdir
75
+rm -Rf $testdir

Loading…
Cancel
Save