From ae7f8cccc2d8d045a99764a31ccd2b4f2c20d3f0 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Fri, 1 Jul 2022 17:17:12 +0100 Subject: Give -f a long option --fast as it's confusing otherwise (and I might remember it better) --- scripts-dev/complement.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts-dev') diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 04ccf127f9..25cb66ac9c 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -44,7 +44,8 @@ usage() { Usage: $0 [-f] ... Run the complement test suite on Synapse. - -f Skip rebuilding the docker images, and just use the most recent + -f, --fast + Skip rebuilding the docker images, and just use the most recent 'complement-synapse:latest' image --build-only @@ -64,7 +65,7 @@ while [ $# -ge 1 ]; do usage exit 1 ;; - "-f") + "-f"|"--fast") skip_docker_build=1 ;; "--build-only") -- cgit 1.5.1