bench_engine: silent clean
[nit.git] / benchmarks / bench_engines.sh
index 4d4c6c6..309a0e2 100755 (executable)
@@ -77,7 +77,7 @@ function run_compiler()
                bench_command "nitmd" "markdown" "./nitmd.$title.bin" markdown/benches/out/mixed.md 80
        fi
 
-       rm -r *.bin .nit_compile out
+       rm -r *.bin .nit_compile out 2> /dev/null
 }
 
 ## HANDLE OPTIONS ##