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, 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================================="