From 29eeaa489c5836fbbb37a83abe50f752c62b6b7c Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 26 Apr 2022 21:35:36 +0200 Subject: use kebab-case for all cmd line args --- test/end-to-end/actions/action-equality.sh | 4 ++-- test/end-to-end/actions/nested-trees.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/end-to-end/actions') diff --git a/test/end-to-end/actions/action-equality.sh b/test/end-to-end/actions/action-equality.sh index ffe841f4..083dbb6d 100755 --- a/test/end-to-end/actions/action-equality.sh +++ b/test/end-to-end/actions/action-equality.sh @@ -46,14 +46,14 @@ cat > TARGETS <<'EOI' EOI -bin/tool-under-test build -J 1 --local_build_root .tool-root -f build.log --log-limit 2 2>&1 +bin/tool-under-test build -J 1 --local-build-root .tool-root -f build.log --log-limit 2 2>&1 cat build.log echo grep 'Processed.* 4 actions' build.log grep '1 cache hit' build.log echo -bin/tool-under-test analyse --dump_graph graph.json 2>&1 +bin/tool-under-test analyse --dump-graph graph.json 2>&1 echo matching_targets=$(cat graph.json | jq -acM '.actions | [ .[] | .origins | [ .[] | .target]] | sort') echo "${matching_targets}" diff --git a/test/end-to-end/actions/nested-trees.sh b/test/end-to-end/actions/nested-trees.sh index 70d69ee5..de5ce567 100755 --- a/test/end-to-end/actions/nested-trees.sh +++ b/test/end-to-end/actions/nested-trees.sh @@ -90,7 +90,7 @@ echo echo Analysis echo ../bin/tool-under-test analyse data \ - --dump_trees ../trees.json --dump_blobs ../blobs.json 2>&1 + --dump-trees ../trees.json --dump-blobs ../blobs.json 2>&1 echo echo Blobs echo @@ -104,7 +104,7 @@ cat ../trees.json echo echo Build echo -../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 echo echo Index echo -- cgit v1.2.3