updated run_CI_tests.py
This commit is contained in:
@@ -58,6 +58,15 @@ def runTestForProject(where):
|
|||||||
|
|
||||||
sleep(1)
|
sleep(1)
|
||||||
|
|
||||||
|
if sys.platform == 'win32':
|
||||||
|
cmd = "tests\\check_compilations.bat"
|
||||||
|
res = eval_cmd(cmd)
|
||||||
|
else:
|
||||||
|
cmd = "tests//check_compilations.sh"
|
||||||
|
res = eval_cmd(cmd)
|
||||||
|
|
||||||
|
sleep(1)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
runTestForProject(os.path.join (os.getcwd(), '..'))
|
runTestForProject(os.path.join (os.getcwd(), '..'))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user