change ci ctest exit code (#17745)

dependabot/pip/python/requests-2.20.0
tianshuo78520a 6 years ago committed by Tao Luo
parent 67c8dade58
commit f144740b73

@ -704,7 +704,7 @@ set +x
card_test "$multiple_card_tests" 2 # run cases with two GPUs card_test "$multiple_card_tests" 2 # run cases with two GPUs
card_test "$exclusive_tests" # run cases exclusively, in this cases would be run with 4/8 GPUs card_test "$exclusive_tests" # run cases exclusively, in this cases would be run with 4/8 GPUs
if [[ "$EXIT_CODE" != "0" ]]; then if [[ "$EXIT_CODE" != "0" ]]; then
exit 1; exit 8;
fi fi
set -ex set -ex
fi fi

Loading…
Cancel
Save