Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Apr 19, 2018
1 parent b90b322 commit 5f4c150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runInLoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
if [[ $? != 0 ]]; then exit; fi
((count++))
done

Expand Down

0 comments on commit 5f4c150

Please sign in to comment.