Skip to content

Commit

Permalink
Fix typo in e2e rountrip tests py
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 6, 2023
1 parent 32a9ca7 commit 09350ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run_e2e_roundtrip_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main() -> None:
if args.release:
build_type = "Release"
configure_args = ["cmake", f"-DCMAKE_BUILD_TYPE={build_type}", "-DCMAKE_COMPILE_WARNING_AS_ERROR=ON", ".."]
print("> ${subprocess.list2cmdline(configure_args)}")
print(f"> ${subprocess.list2cmdline(configure_args)}")
returncode = subprocess.Popen(
configure_args,
env=build_env,
Expand Down

0 comments on commit 09350ab

Please sign in to comment.