summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-27 22:05:49 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-27 22:05:49 -0400
commit41955f23861d22df2cd9b6fc4e8361bb084be80e (patch)
tree0e01e8fec62fd3a3c1bd485a64ce376c56e3f1fb /phoronix-test-suite
parent7ea2ec5930b15ea83b655a8c7ed386e9d069d1d6 (diff)
downloadphoronix-test-suite-upstream-41955f23861d22df2cd9b6fc4e8361bb084be80e.tar.gz
phoronix-test-suite-upstream-41955f23861d22df2cd9b6fc4e8361bb084be80e.tar.xz
phoronix-test-suite-upstream-41955f23861d22df2cd9b6fc4e8361bb084be80e.zip
Update change-log and add version argument for showing version and
code-name.
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"
;;