updated run_CI_tests.py

This commit is contained in:
Jocelyn Fiat
2011-11-16 08:48:24 +01:00
parent 733296e71e
commit 203d51a97e

View File

@@ -42,7 +42,6 @@ def rm_dir(d):
if os.path.isdir(d): if os.path.isdir(d):
shutil.rmtree(d) shutil.rmtree(d)
def runTestForProject(where): def runTestForProject(where):
if not os.path.isdir(where): if not os.path.isdir(where):
print "Directory %s does not exist" % (where) print "Directory %s does not exist" % (where)