Skip to content

Commit

Permalink
adding echo to script
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Aug 21, 2018
1 parent 175cf30 commit 4413c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ set -o nounset
set -o pipefail

PERFTEST_ROOT=$(dirname "${BASH_SOURCE}")
echo "TOOL_NAME: $1"

case "$1" in
#CLUSTERLOADER
cluster-loader )
Expand All @@ -29,6 +31,7 @@ case "$1" in
;;
cluster-loader2 )
#CLUSTERLOADER2
echo "COMMAND: ${PERFTEST_ROOT}/clusterloader2 && ./run-e2e.sh ${@:2}"
cd ${PERFTEST_ROOT}/clusterloader2 && ./run-e2e.sh ${@:2}
exit
;;
Expand Down

0 comments on commit 4413c5d

Please sign in to comment.