updated run_CI_tests.py
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user