Skip to content

Commit

Permalink
Add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Apr 19, 2018
1 parent 92dd57b commit b90b322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runInLoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ count=0
while :
do
echo "In loop $count"
echo "$1/dotnet xunit.console.netcore.exe $2 -method $3"
$1/dotnet xunit.console.netcore.exe $2 -method $3
if [[$? != 0]]; then exit; fi
((count++))
Expand Down

0 comments on commit b90b322

Please sign in to comment.