Skip to content

Commit 79425bd

Browse files
committed
test
1 parent b91fab8 commit 79425bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/tests_run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ function run_test() {
8484
fi
8585

8686
echo "pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args"
87+
set +e
8788
bash -c "pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args"
8889
result=$?
90+
set -e
8991
echo "Test $sketchname return code: $result"
9092
if [ $result -ne 0 ]; then
9193
error=$result

0 commit comments

Comments
 (0)