projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Wed 2/3/10 13:04
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:38
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:27
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 9:26
Michael Larabel  
pts: Drop MD5 hashes in... 
Tue 2/2/10 23:43
Michael Larabel  
phoromatic: Add... 
Tue 2/2/10 23:35
Michael Larabel  
pts-core: Phoromatic... 
 
> --git a/phoronix-test-suite b/phoronix-test-suite
index 6113c0f
..c6dc2fb 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -62,+62,@@ case "${task}" in
 
"remote-comparison")
     
php pts-core/pts-run-cmd.php REMOTE_COMPARISON $$3
     
;;
-
"build-php")
-    echo 
"TODO: Not Yet Implemented!"
+"initial-config")
+    
php pts-core/pts-run-cmd.php INITIAL_CONFIG
     
;;
 *)
     echo 
"\n================================="
diff --git a/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php
index a69ecf2
..ca0a854 100644
--- a/pts-core/pts-run-cmd.php
+++ b/pts-core/pts-run-cmd.php
@@ -148,+148,11 @@ switch($COMMAND)
         }
         echo 
"\n";
         break;
+    case 
"INITIAL_CONFIG":
+        if(
is_file(PTS_USER_DIR "user-config.xml"))
+            
unlink(PTS_USER_DIR "user-config.xml");
+        
pts_user_config_init();
+        break;
     default:
         echo 
"Phoronix Test Suite: Internal Error. Not Recognized Command ($COMMAND).\n";
 }
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media