Skip to content

Commit 20f76a3

Browse files
HeshamHM28claude
authored andcommitted
fix(test): move --no-pr before optimize subcommand in e2e tracer test
--no-pr is a top-level codeflash flag, not an optimize subcommand flag. Placing it after optimize caused it to be passed to the JVM as an unrecognized option. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 85e8a51 commit 20f76a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/end_to_end_test_java_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def run_test(expected_improvement_pct: int) -> bool:
5050
"--no-project",
5151
"-m",
5252
"codeflash.main",
53+
"--no-pr",
5354
"optimize",
5455
"java",
55-
"--no-pr",
5656
"-cp",
5757
str(classes_dir),
5858
"com.example.Workload",

0 commit comments

Comments
 (0)