Skip to content

Commit 30dfc63

Browse files
author
Vasileios Karakasis
committed
Update CSCS CI script
1 parent e8a85ad commit 30dfc63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci-scripts/ci-runner.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if [ $CI_GENERIC -eq 1 ]; then
142142
# Run unit tests for the public release
143143
echo "[INFO] Running unit tests with generic settings"
144144
checked_exec ./test_reframe.py --workers=auto --forked \
145-
-W=error::reframe.core.exceptions.ReframeDeprecationWarning -ra
145+
-W=error::reframe.core.warnings.ReframeDeprecationWarning -ra
146146
checked_exec ! ./bin/reframe.py --system=generic -l 2>&1 | \
147147
grep -- '--- Logging error ---'
148148
elif [ $CI_TUTORIAL -eq 1 ]; then
@@ -174,15 +174,15 @@ else
174174
echo "[INFO] Running unit tests with ${backend}"
175175
TMPDIR=$tempdir checked_exec ./test_reframe.py --workers=auto --forked \
176176
--rfm-user-config=config/cscs-ci.py \
177-
-W=error::reframe.core.exceptions.ReframeDeprecationWarning \
177+
-W=error::reframe.core.warnings.ReframeDeprecationWarning \
178178
--rfm-user-system=dom:${backend} -ra
179179
done
180180
export PATH=$PATH_save
181181
else
182182
echo "[INFO] Running unit tests"
183183
TMPDIR=$tempdir checked_exec ./test_reframe.py --workers=auto --forked \
184184
--rfm-user-config=config/cscs-ci.py \
185-
-W=error::reframe.core.exceptions.ReframeDeprecationWarning -ra
185+
-W=error::reframe.core.warnings.ReframeDeprecationWarning -ra
186186
fi
187187

188188
if [ $CI_EXITCODE -eq 0 ]; then

0 commit comments

Comments
 (0)