summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-15 09:33:23 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-15 09:33:23 -0400
commit78ecad579b6edb13798b7575b9f89976d114b4ac (patch)
tree00d3a90a47064311ede16f980416cb639f2cddd4 /phoronix-test-suite
parent7bf2033c6e23fef2413b0bd9824b8fb23e529357 (diff)
downloadphoronix-test-suite-upstream-78ecad579b6edb13798b7575b9f89976d114b4ac.tar.gz
phoronix-test-suite-upstream-78ecad579b6edb13798b7575b9f89976d114b4ac.tar.xz
phoronix-test-suite-upstream-78ecad579b6edb13798b7575b9f89976d114b4ac.zip
Add "initial-config" argument to phoronix-test-suite for overwriting
user-config.xml with a new XML file of all the defaults.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 2 insertions, 2 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 6113c0f..c6dc2fb 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -62,8 +62,8 @@ case "${task}" in
"remote-comparison")
php pts-core/pts-run-cmd.php REMOTE_COMPARISON $2 $3
;;
-"build-php")
- echo "TODO: Not Yet Implemented!"
+"initial-config")
+ php pts-core/pts-run-cmd.php INITIAL_CONFIG
;;
*)
echo "\n================================="