Skip to content

Commit

Permalink
tests: fix run-spread test to allow running multiple tests on custom …
Browse files Browse the repository at this point in the history
…variant (#13751)

* fix run-tests test to allow to run multiple tests on custom variant

Ths is needed to re-exec failed tests on beta validation

* add acho to show tests to be executed

* fix shellcheck disable=SC2086

* add stderr to spread.log
  • Loading branch information
sergiocazzolato authored Apr 3, 2024
1 parent 9134ef8 commit fe5d801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/nested/manual/run-spread/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ execute: |
remote.refresh full
fi
"$SPREAD" -v "$RUN_TESTS" | tee spread.log
echo "Running $SPREAD -v $RUN_TESTS"
# shellcheck disable=SC2086
"$SPREAD" -v $RUN_TESTS |& tee spread.log

0 comments on commit fe5d801

Please sign in to comment.