Skip to content

Commit bd478fe

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2299 from vkarak/ci/decrease-verbosity-tutorial-checks
[ci] Decrease verbosity when running the tutorial from the CI
2 parents 833dafc + 3f171cc commit bd478fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/ci-runner.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ checked_exec()
4141

4242
run_tutorial_checks()
4343
{
44-
cmd="./bin/reframe -vv -C tutorials/config/settings.py -J account=jenscscs \
44+
cmd="./bin/reframe -C tutorials/config/settings.py -J account=jenscscs \
4545
--save-log-files --flex-alloc-nodes=2 -r -x HelloThreadedExtendedTest|BZip2.*Check $@"
4646
echo "[INFO] Running tutorial checks with \`$cmd'"
4747
checked_exec $cmd

0 commit comments

Comments
 (0)