summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-07 13:51:39 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-07 13:51:39 -0400
commitb347655df2f13c5d4b86067da141cf64c2d21796 (patch)
treeb088c9c28f630fa3aaa2817837f9b9ab0c2b6b07 /phoronix-test-suite
parent8496cde5abb2248e8cbc91ecf1a5a49f86f08000 (diff)
downloadphoronix-test-suite-upstream-b347655df2f13c5d4b86067da141cf64c2d21796.tar.gz
phoronix-test-suite-upstream-b347655df2f13c5d4b86067da141cf64c2d21796.tar.xz
phoronix-test-suite-upstream-b347655df2f13c5d4b86067da141cf64c2d21796.zip
Silence basic install information when running benchmark or
batch-benchmark and the test is already installed
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite2
1 files changed, 2 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index d77a11e..d646a0b 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -61,10 +61,12 @@ case "$1" in
$PHP_BIN pts-core/pts-run-benchmark.php $2 BATCH
;;
"benchmark")
+ export SILENT_INSTALL=1
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
$PHP_BIN pts-core/pts-run-benchmark.php $2
;;
"batch-benchmark")
+ export SILENT_INSTALL=1
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
$PHP_BIN pts-core/pts-run-benchmark.php $2 BATCH
;;