summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfsgqa <fsgqa>2002-09-18 08:03:37 +0000
committerfsgqa <fsgqa>2002-09-18 08:03:37 +0000
commit07a01ad44a7e73c1ed8842467459185df1003bc6 (patch)
tree56d22873722838819cb3704ad303209492789b3e /tools
parentd4d5d06c1ee7d0d8506c7c47a5737d25a1f23bbf (diff)
trivial updates to get more bits to work together.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/auto-qa4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/auto-qa b/tools/auto-qa
index 92ca38f2..70eae80c 100755
--- a/tools/auto-qa
+++ b/tools/auto-qa
@@ -487,8 +487,8 @@ do
cd $QADIR
_log " *** run benchmarks"
- _sudo ./bench $BENCH_PASSES `id -u && id -g` \
- || _fail " !!! failed to run soak test"
+ _sudo ./bench $BENCH_PASSES `id -nu && id -ng` \
+ || _fail " !!! failed to run benchmarks"
new_state="done"
;;