File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33set -ex
44
55# See Note [Keep Going]
6- CONTINUE_ON_ERROR=false
6+ CONTINUE_ON_ERROR=True
77if [[ " $CONTINUE_ON_ERROR " == " 1" ]]; then
88 set +e
99fi
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LOGFILE=/tmp/pytorch_cpp_test.log
1111XLA_EXPERIMENTAL=" nonzero:masked_select"
1212
1313# See Note [Keep Going]
14- CONTINUE_ON_ERROR=false
14+ CONTINUE_ON_ERROR=True
1515if [[ " $CONTINUE_ON_ERROR " == " 1" ]]; then
1616 set +e
1717fi
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ VERBOSITY=2
1414#
1515# This flag should be set to `false`` by default. After testing your changes, make sure
1616# to set this flag back to `false`` before you merge your PR.
17- CONTINUE_ON_ERROR=false
17+ CONTINUE_ON_ERROR=True
1818if [[ " $CONTINUE_ON_ERROR " == " 1" ]]; then
1919 set +e
2020fi
You can’t perform that action at this time.
0 commit comments