fixed capturing screenshots

This commit is contained in:
Minh Tue Vo
2014-08-15 11:25:39 -04:00
committed by benrobot
parent 2b40e26283
commit d6434676ca
2 changed files with 7 additions and 2 deletions

View File

@@ -27,4 +27,10 @@ if count > 0:
shutil.copyfile(output_filename, file_dest)
print "done copying file"
# TODO: fold the remaining bash script into the Python script
# finding if there is any screenshots
# print "checking for screenshots"
# for (path, dirs, files) in os.walk('test_root/log'):
# print files
print "TDDIUM_SESSION_ID:", os.environ['TDDIUM_SESSION_ID']