Skip to content

Commit

Permalink
fixed bug that prevented simulator script to be executed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Apr 8, 2020
1 parent 81ee67b commit 0041ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventhubs-capture/create-solution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ echo "***** [I] setting up INGESTION"
fi
echo

echo "***** [T] starting up TEST clients"

echo "***** [T] starting up TEST clients"
RUN=`echo $STEPS | grep T -o || true`
export TESTTYPE=$SIMULATOR_INSTANCES
if [ ! -z "$RUN" ]; then
source ../simulator/run-generator-eventhubs.sh
fi
Expand Down

0 comments on commit 0041ee3

Please sign in to comment.