APPS-261 changes to travis and worm test script

This commit is contained in:
Bogdan
2020-08-18 12:55:30 +03:00
parent 22760dbf5d
commit b16f49d1b7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo "=========================== Starting Integration Tests Script ==========================="
echo "=========================== Starting Worm Tests Script ==========================="
PS4="\[\e[35m\]+ \[\e[m\]"
set -vex
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
@@ -25,4 +25,4 @@ mvn -B -U clean test \
popd
set +vex
echo "=========================== Finishing Integration Tests Script =========================="
echo "=========================== Finishing Worm Tests Script =========================="