diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-04-27 22:05:49 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-04-27 22:05:49 -0400 |
commit | 41955f23861d22df2cd9b6fc4e8361bb084be80e (patch) | |
tree | 0e01e8fec62fd3a3c1bd485a64ce376c56e3f1fb /pts-core | |
parent | 7ea2ec5930b15ea83b655a8c7ed386e9d069d1d6 (diff) | |
download | phoronix-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 'pts-core')
-rw-r--r-- | pts-core/pts-run-cmd.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php index 00ba39e..bbb3b24 100644 --- a/pts-core/pts-run-cmd.php +++ b/pts-core/pts-run-cmd.php @@ -312,6 +312,9 @@ switch($COMMAND) else echo "\nPTS Global Account Not Found.\n"; break; + case "VERSION": + echo "\nPhoronix Test Suite v" . PTS_VERSION . " (" . PTS_CODENAME . ")\n\n"; + break; default: echo "Phoronix Test Suite: Internal Error. Command Not Recognized ($COMMAND).\n"; } |