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/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php
index ef01e83
..1c78f57 100644
--- a/pts-core/pts-run-cmd.php
+++ b/pts-core/pts-run-cmd.php
@@ -75,+75,18 @@ switch($COMMAND)
             echo 
"\nThe benchmark or suite name to install external dependencies for must be supplied.\n";
             exit;
         }
-
         require(
"pts-core/functions/pts-functions-install.php");

+        if(
$ARG_1 == "phoronix-test-suite" || $ARG_1 == "pts" || $ARG_1 == "trondheim-pts")
+        {
+            
$pts_dependencies = array();
+            
$packages_to_install = array();
+            
$continue_install pts_package_generic_to_distro_name($packages_to_install$pts_dependencies);
+
+            if(
$continue_install)
+                
pts_install_packages_on_distribution_process($packages_to_install);
+        }
+
         
pts_install_package_on_distribution($ARG_1);
         break;
     case 
"LIST_TESTS":
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media