Skip to content

Commit c096360

Browse files
test pipeline, why not returning 1 on python test error??????
1 parent a7027dd commit c096360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/travis/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ conda build tool/conda/singa --python 3.6
3434
conda install --use-local singa
3535
cd test/python
3636
$HOME/miniconda/bin/python run.py
37+
echo $?
3738

3839
if [[ "$TRAVIS_SECURE_ENV_VARS" == "false" ]];
3940
# install and run unittest

0 commit comments

Comments
 (0)