Commit d0859595 authored by Rohit Gupta's avatar Rohit Gupta

always do a cleanup before starting test case execution

parent 92bafd28
......@@ -1318,8 +1318,8 @@ if (out != '') :
print "status = " + str(status) + "\n Check files for error = " + out
print sys.exit(1)
cleanOldProgramsAllMachines(oai_list, CleanUpOldProgs, CleanUpAluLteBox, ExmimoRfStop)
if cleanUpRemoteMachines == True:
cleanOldProgramsAllMachines(oai_list, CleanUpOldProgs, CleanUpAluLteBox, ExmimoRfStop)
sys.exit(0)
threadListGlobal=[]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment