Skip to content

Commit 6e4de36

Browse files
author
Vasileios Karakasis
committed
Fix CI runner script for the tutorials
... and remove stale prints from the frontend.
1 parent 863dc0b commit 6e4de36

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci-scripts/ci-runner.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ checked_exec()
4141

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

reframe/frontend/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,6 @@ def _case_failed(t):
817817
printer.debug(dependencies.format_deps(testgraph))
818818
if options.restore_session is not None:
819819
testgraph, restored_cases = report.restore_dangling(testgraph)
820-
print(dependencies.format_deps(testgraph))
821-
print(restored_cases)
822820

823821
testcases = dependencies.toposort(
824822
testgraph,

0 commit comments

Comments
 (0)