summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-26 21:33:29 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-26 21:33:29 -0400
commit02a39203397d8e9bef1d675fe2cf74339188bc90 (patch)
tree62ef712617648c2bfa205784566ada13f030e32e /phoronix-test-suite
parent4cb80d666159b0ff23f268416dc38a6ef5bc15a0 (diff)
downloadphoronix-test-suite-upstream-02a39203397d8e9bef1d675fe2cf74339188bc90.tar.gz
phoronix-test-suite-upstream-02a39203397d8e9bef1d675fe2cf74339188bc90.tar.xz
phoronix-test-suite-upstream-02a39203397d8e9bef1d675fe2cf74339188bc90.zip
Add remove-all-results option
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite6
1 files changed, 5 insertions, 1 deletions
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 <suite OR test OR saved file>: Same as manually running install and then run"
echo "batch-benchmark <suite OR test OR saved file>: Same as manually running install and then run in Batch Mode"
echo "merge-results <Saved File 1 OR Global ID> <Saved File 2 OR Global ID> <Save To>: Merge two saved result sets"
- echo "remove-result <Saved File>: 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 <Saved File>: 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"