X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=3abc489a7c588d38f5ae2b4ad50b2c613aa50d72;hb=33b7503d75a1f44f782224be5cadcbed9bd3d03c;hp=278b33bf6d38bd9241fc9fc46c050d2a5e9d997d;hpb=a1811bbea7a4c52f60561cf280c3a51d0abc8e9d;p=osm%2FRO.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 278b33bf..3abc489a 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -13,5 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -echo launching tox -tox --parallel=auto +set -e +echo "Launching tox" +tox + +