Skip to content

Commit

Permalink
_scripts: Changed statistical tests to run for all examples, showcase…
Browse files Browse the repository at this point in the history
…s and tutorials.
  • Loading branch information
levy committed Mar 31, 2023
1 parent 8ad614c commit af183e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scripts/github/github-job-inet_run_statistical-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ echo "::group::Run tests"
# This is a magical "process substitution" for piping stderr into tee...
# Source: https://stackoverflow.com/a/692407/635587
# the "| cat" is there to hide the exit code temporarily
inet_run_statistical_tests -m release -f showcases --exclude-filter /osg/ > >(tee runtest.out) 2> >(tee runtest.err >&2) | cat
# ^---- Everything from here on is only needed to make the pretty GitHub annotations. ----v
inet_run_statistical_tests -m release --exclude-filter /osg/ > >(tee runtest.out) 2> >(tee runtest.err >&2) | cat
# ^---- Everything from here on is only needed to make the pretty GitHub annotations. ----v
EXITCODE="${PIPESTATUS[0]}"
echo "::endgroup::"

Expand Down

0 comments on commit af183e4

Please sign in to comment.