Skip to content

Commit

Permalink
Merge pull request #11071 from dmick/wip-17267
Browse files Browse the repository at this point in the history
Stop hiding errors from run-tox.sh

Reviewed-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
alfredodeza committed Sep 14, 2016
2 parents 855208a + 485ff7a commit 0a5d894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/ceph-detect-init/run-tox.sh
Expand Up @@ -33,7 +33,4 @@ else
fi

source ${CEPH_DETECT_INIT_VIRTUALENV}/bin/activate
tox -c ${TOX_PATH} > ${CEPH_DETECT_INIT_VIRTUALENV}/tox.out 2>&1
status=$?
grep -v InterpreterNotFound < ${CEPH_DETECT_INIT_VIRTUALENV}/tox.out
exit $status
tox -c ${TOX_PATH}
5 changes: 1 addition & 4 deletions src/ceph-disk/run-tox.sh
Expand Up @@ -30,7 +30,4 @@ if [ -z $CEPH_BUILD_DIR ]; then
fi

source ${CEPH_DISK_VIRTUALENV}/bin/activate
tox -c ${TOX_PATH} > ${CEPH_DISK_VIRTUALENV}/tox.out 2>&1
status=$?
grep -v InterpreterNotFound < ${CEPH_DISK_VIRTUALENV}/tox.out
exit $status
tox -c ${TOX_PATH}

0 comments on commit 0a5d894

Please sign in to comment.