From 54b97b07c7cd294b1fca007693105a6d6c2bf9c7 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 29 Aug 2019 11:00:22 +0200 Subject: [PATCH] Fix tags of modified regression tests to run in ci --- ci-scripts/ci-runner.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/ci-runner.bash b/ci-scripts/ci-runner.bash index 5960862250..702f2fc8ea 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -50,7 +50,7 @@ run_tutorial_checks() run_user_checks() { cmd="./bin/reframe -C config/cscs.py --exec-policy=async --save-log-files \ --r --flex-alloc-tasks=2 -t 'production|benchmark' $@" +-r --flex-alloc-tasks=2 -t production|benchmark $@" echo "Running user checks with \`$cmd'" checked_exec $cmd }