diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-04-26 21:35:36 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-04-27 15:10:54 +0200 |
commit | 29eeaa489c5836fbbb37a83abe50f752c62b6b7c (patch) | |
tree | 549a5b872b0feb3b6ec446a4a5b6d9221b196844 /test/end-to-end/generated-binary | |
parent | 216d5f27b08b7e8820f2b3caacbe732c188d54ac (diff) | |
download | justbuild-29eeaa489c5836fbbb37a83abe50f752c62b6b7c.tar.gz |
use kebab-case for all cmd line args
Diffstat (limited to 'test/end-to-end/generated-binary')
-rwxr-xr-x | test/end-to-end/generated-binary/compiled.sh | 4 | ||||
-rwxr-xr-x | test/end-to-end/generated-binary/shell-script.sh | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/test/end-to-end/generated-binary/shell-script.sh b/test/end-to-end/generated-binary/shell-script.sh index 62dd11fd..33545588 100755 --- a/test/end-to-end/generated-binary/shell-script.sh +++ b/test/end-to-end/generated-binary/shell-script.sh @@ -44,6 +44,6 @@ cat > TARGETS <<'EOI' EOI -bin/tool-under-test install -o out --local_build_root .tool-root 2>&1 +bin/tool-under-test install -o out --local-build-root .tool-root 2>&1 grep Hello out/out.txt grep Good out/out.txt |