File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ---'
148148elif [ $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
You can’t perform that action at this time.
0 commit comments