Skip to content

Commit b807f83

Browse files
authored
Merge branch 'master' into clusterer_feasibility_changes
2 parents 8c5bc25 + 21ec433 commit b807f83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/kokoro/steps/vtr-test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ echo "========================================"
4545
echo "Running Tests"
4646
echo "========================================"
4747
export VPR_NUM_WORKERS=1
48+
49+
set +e
4850
./run_reg_test.py $VTR_TEST $VTR_TEST_OPTIONS -j$NUM_CORES
51+
TEST_RESULT=$?
52+
set -e
4953
kill $MONITOR
5054

5155
echo "========================================"
@@ -70,3 +74,5 @@ if [[ $(du -s | cut -d $'\t' -f 1) -gt $(expr 1024 \* 1024 \* 90) ]]; then
7074
echo "Working directory too large!"
7175
exit 1
7276
fi
77+
78+
exit $TEST_RESULT

0 commit comments

Comments
 (0)