From 7d8fa1e744a0c8c57b2ed416a49b531e6e073aad Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Wed, 9 Apr 2008 18:44:39 -0400 Subject: Move pts-install-benchmark to pts-run-cmd INSTALL_BENCHMARK --- phoronix-test-suite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phoronix-test-suite') 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") -- cgit