updated run_CI_tests.py
This commit is contained in:
@@ -42,7 +42,6 @@ def rm_dir(d):
|
||||
if os.path.isdir(d):
|
||||
shutil.rmtree(d)
|
||||
|
||||
|
||||
def runTestForProject(where):
|
||||
if not os.path.isdir(where):
|
||||
print "Directory %s does not exist" % (where)
|
||||
|
||||
Reference in New Issue
Block a user