From d9edb052791cd4bd4dd89b6d26526d1c6c352d70 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 3 Sep 2014 20:08:27 -0400 Subject: [PATCH] benchs: use the bootstraped nitg because it is correcly compiled since d055af3c72 Signed-off-by: Jean Privat --- benchmarks/bench_engines.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index ba14240..75ff0aa 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -113,8 +113,8 @@ fi ## COMPILE ENGINES -# force to use the last nitg, not the bootstraped one -test -f ./nitg || ../bin/nitg ../src/nitg.nit -v +# get the bootstrapped nitg +cp ../bin/nitg . ## EFFECTIVE BENCHS ## -- 1.7.9.5