summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index c79524c..6af6bc4 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -96,6 +96,9 @@ case "$1" in
"initial-config")
$PHP_BIN pts-core/pts-run-cmd.php INITIAL_CONFIG
;;
+"version")
+ $PHP_BIN pts-core/pts-run-cmd.php VERSION
+ ;;
"login")
$PHP_BIN pts-core/pts-run-cmd.php LOGIN
;;
@@ -122,6 +125,7 @@ case "$1" in
echo "system-info: Dump detected software and hardware information detected by PTS"
echo "upload <Saved File>: Upload these results to be shared globally"
echo "show-result <Saved File>: Show this result file in your web browser"
+ echo "version: Report the Phoronix Test Suite version and code-name"
echo "login: Enter in your PTS Global log-in information for uploading results"
echo "\n"
;;