@@ -1 +0,0 @@
-#!/bin/bash
@@ -1,4 +1,5 @@
#!/bin/bash
+
set -e
#mono environment variables
@@ -12,4 +13,4 @@ xbuild src/EvHttpSharpBenchmark.csproj /p:Configuration=Release
export MONO_GC_PARAMS=nursery-size=64m
-mono -O=all $TROOT/src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $MAX_THREADS &
+mono -O=all $TROOT/src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $MAX_THREADS &