diff options
Diffstat (limited to 'test/end-to-end/generated-binary/compiled.sh')
-rwxr-xr-x | test/end-to-end/generated-binary/compiled.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/generated-binary/compiled.sh b/test/end-to-end/generated-binary/compiled.sh index 572e8187..9372a54c 100755 --- a/test/end-to-end/generated-binary/compiled.sh +++ b/test/end-to-end/generated-binary/compiled.sh @@ -16,8 +16,8 @@ EOI echo echo "Analysing" -bin/tool-under-test analyse --dump_graph graph.json 2>&1 +bin/tool-under-test analyse --dump-graph graph.json 2>&1 echo echo "Building" -bin/tool-under-test install -o out --local_build_root .tool-root -J 16 2>&1 +bin/tool-under-test install -o out --local-build-root .tool-root -J 16 2>&1 |