bench_engine: silent clean
authorJean Privat <jean@pryen.org>
Mon, 23 Mar 2015 09:54:16 +0000 (16:54 +0700)
committerJean Privat <jean@pryen.org>
Mon, 23 Mar 2015 09:54:16 +0000 (16:54 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

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 ##