summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-25 20:13:08 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:50:25 -0400
commita82824fc5d620198c790706e37e31ef3c745f2df (patch)
tree8216a47ef336eaaa377fbfae7e1adea9277dc087 /phoronix-test-suite
parentb1873d4af79c5e8acf2ec323a4b9188d667134ba (diff)
downloadphoronix-test-suite-upstream-a82824fc5d620198c790706e37e31ef3c745f2df.tar.gz
phoronix-test-suite-upstream-a82824fc5d620198c790706e37e31ef3c745f2df.tar.xz
phoronix-test-suite-upstream-a82824fc5d620198c790706e37e31ef3c745f2df.zip
Drop fixed size for graphs in pts-results-viewer.xsl and add
analyze-results as an alias for analyze option.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index f071dfd..f751175 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -96,7 +96,7 @@ case "$1" in
"merge-results")
$PHP_BIN pts-core/pts-run-cmd.php MERGE_RESULTS $2 $3 $4
;;
-"analyze")
+"analyze" | "analyze-results")
$PHP_BIN pts-core/pts-run-cmd.php ANALYZE_RESULTS $2 $3
;;
"remove-result")