mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
benchmarkCompile.py fixup
This commit is contained in:
parent
8b8e3ee117
commit
374c050a42
@ -126,8 +126,8 @@ catch_path = args.catch_header
|
|||||||
|
|
||||||
if args.generate_files:
|
if args.generate_files:
|
||||||
create_temp_dir()
|
create_temp_dir()
|
||||||
os.chdir(dir_name)
|
|
||||||
copy_catch(catch_path)
|
copy_catch(catch_path)
|
||||||
|
os.chdir(dir_name)
|
||||||
# now create the fake test files
|
# now create the fake test files
|
||||||
generate_files()
|
generate_files()
|
||||||
# Early exit
|
# Early exit
|
||||||
|
Loading…
Reference in New Issue
Block a user