codeflaws and whitebox

This commit is contained in:
anil
2020-08-23 14:10:43 +02:00
parent cb293de686
commit e4a45bc0ec
4 changed files with 273 additions and 6 deletions
+5
View File
@@ -59,6 +59,11 @@ def exportCore(bugName):
if not os.path.exists(join(BUGDIR,bugName)):
os.makedirs(join(BUGDIR,bugName,))
cmd = 'docker cp dummy:/experiment/whitebox_test.sh ' + join(BUGDIR,bugName)
logging.info(cmd)
output, e = shellGitCheckout(cmd)
logging.info(output)
cmd = 'docker cp dummy:/experiment/'+ bugName.split(':')[1] + '.c ' + join(BUGDIR,bugName)
logging.info(cmd)
output, e = shellGitCheckout(cmd)