summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
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
;;