From d2bfc1d3080466cf03964af06fff675dc68ad737 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Thu, 25 Apr 2019 15:28:18 +0100 Subject: [PATCH] tools: lisa-test: Move --select-multiple position in CLI Call it last to avoid any issue with variable number of arguments. --- tools/lisa-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lisa-test b/tools/lisa-test index bd6d70036..823c1849f 100755 --- a/tools/lisa-test +++ b/tools/lisa-test @@ -28,8 +28,8 @@ latest_link="$LISA_HOME/$("$LISA_PYTHON" -c 'from lisa.utils import LATEST_LINK; cmd=( exekall run "$LISA_HOME/lisa/tests/" \ "${conf_opt[@]}" \ - --select-multiple \ --symlink-artifact-dir-to "$latest_link" \ + --select-multiple \ "$@" ) -- GitLab