This commit is contained in:
the-themis-benchmarks 2021-06-04 19:51:50 -07:00
parent 31c0452f80
commit d6f4400a52
1 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ def main(args: Namespace):
"timemachine-output/run_time.log")
testing_time_datetime_str = '%Y-%m-%d-%H:%M:%S'
if args.humandroid:
if args.humanoid:
# Humandroid
logcat_file_path = os.path.join(result_dir, "logcat.log")
login_file_path = os.path.join(result_dir, "login.log")
@ -787,7 +787,7 @@ if __name__ == '__main__':
ap.add_argument('--ape', default=False, action='store_true')
ap.add_argument('--timemachine', default=False, action='store_true')
ap.add_argument('--combo', default=False, action='store_true')
ap.add_argument('--humandroid', default=False, action='store_true')
ap.add_argument('--humanoid', default=False, action='store_true')
ap.add_argument('--sapienz', default=False, action='store_true')
ap.add_argument('--qtesting', default=False, action='store_true')
ap.add_argument('--weighted', default=False, action='store_true')