From 193436593d3e9d38d346b18505301efcd5198b16 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 6 Oct 2002 12:18:43 +0000 Subject: [PATCH] Allow a specific benchmark run to be requested, rather than all of them (that is still the default though). --- tools/auto-qa | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/auto-qa b/tools/auto-qa index aec89afb..d7541bc4 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -486,8 +486,10 @@ do bench-run) cd $QADIR + # $BENCHMARK is typically unset, which equates to "all" + # _log " *** run benchmarks" - _sudo ./bench $BENCH_PASSES `id -nu && id -ng` \ + _sudo ./bench $BENCH_PASSES `id -nu && id -ng` $BENCHMARK \ || _fail " !!! failed to run benchmarks" _log "" -- 2.30.2