summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-04-09 18:44:39 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-04-09 18:44:39 -0400
commit7d8fa1e744a0c8c57b2ed416a49b531e6e073aad (patch)
tree3f7f6d9bd607ac161965230f9ba937438dee693b /phoronix-test-suite
parente2223375d101149803f768b3f376147c9f65d9ee (diff)
downloadphoronix-test-suite-upstream-7d8fa1e744a0c8c57b2ed416a49b531e6e073aad.tar.gz
phoronix-test-suite-upstream-7d8fa1e744a0c8c57b2ed416a49b531e6e073aad.tar.xz
phoronix-test-suite-upstream-7d8fa1e744a0c8c57b2ed416a49b531e6e073aad.zip
Move pts-install-benchmark to pts-run-cmd INSTALL_BENCHMARK
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 2 insertions, 2 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 67826df..f347ba6 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -22,13 +22,13 @@ case "${task}" in
php pts-core/pts-main.php
;;
"install")
- php pts-core/pts-install-benchmark.php $2
+ php pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
;;
"run")
php pts-core/pts-run-benchmark.php $2
;;
"benchmark")
- php pts-core/pts-install-benchmark.php $2
+ php pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
php pts-core/pts-run-benchmark.php $2
;;
"merge-results")