From 02a39203397d8e9bef1d675fe2cf74339188bc90 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 26 Apr 2008 21:33:29 -0400 Subject: Add remove-all-results option --- phoronix-test-suite | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phoronix-test-suite') diff --git a/phoronix-test-suite b/phoronix-test-suite index 65c66bd..b1315ce 100755 --- a/phoronix-test-suite +++ b/phoronix-test-suite @@ -60,6 +60,9 @@ case "$1" in "remove-result") $PHP_BIN pts-core/pts-run-cmd.php REMOVE_RESULT $2 ;; +"remove-all-results") + $PHP_BIN pts-core/pts-run-cmd.php REMOVE_ALL_RESULTS + ;; "upload") $PHP_BIN pts-core/pts-run-cmd.php UPLOAD_RESULT $2 ;; @@ -109,10 +112,11 @@ case "$1" in echo "benchmark : Same as manually running install and then run" echo "batch-benchmark : Same as manually running install and then run in Batch Mode" echo "merge-results : Merge two saved result sets" - echo "remove-result : Remove this saved result file and associated files" echo "list-tests: List all Phoronix Test Suite test profiles" echo "list-suites: List all Phoronix Test Suites" echo "list-results: List all saved results" + echo "remove-result : Remove this saved result file and associated files" + echo "remove-all-results: Removes all saved results and associated files" echo "suite-info: Show tests in a suite and other information about the suite" echo "test-info: Show information about a test" echo "system-info: Dump detected software and hardware information detected by PTS" -- cgit