summaryrefslogtreecommitdiffstats
path: root/pts-core/phoronix-test-suite.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-22 19:23:50 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-22 19:23:50 -0500
commita571d107854f5bb2c674dd00d1f233d048e2725b (patch)
tree804a1929e5619afd4fd9af786cbf23c5197cecd0 /pts-core/phoronix-test-suite.php
parent052f187be76726df8c2fed355bf81498cef34768 (diff)
downloadphoronix-test-suite-upstream-a571d107854f5bb2c674dd00d1f233d048e2725b.tar.gz
phoronix-test-suite-upstream-a571d107854f5bb2c674dd00d1f233d048e2725b.tar.xz
phoronix-test-suite-upstream-a571d107854f5bb2c674dd00d1f233d048e2725b.zip
Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 1
Diffstat (limited to 'pts-core/phoronix-test-suite.php')
-rw-r--r--pts-core/phoronix-test-suite.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/pts-core/phoronix-test-suite.php b/pts-core/phoronix-test-suite.php
index aecb2d5..1c5c34a 100644
--- a/pts-core/phoronix-test-suite.php
+++ b/pts-core/phoronix-test-suite.php
@@ -35,9 +35,7 @@ register_shutdown_function("pts_shutdown");
pts_module_startup_init(); // Initialize the PTS module system
-// Etc
-$PTS_GLOBAL_ID = 1;
-
+// Read passed arguments
$pass_args = array();
for($i = 2; $i < $argc; $i++)
{
@@ -47,6 +45,6 @@ for($i = 2; $i < $argc; $i++)
}
}
-pts_run_option_command($argv[1], $pass_args, getenv("PTS_COMMAND"));
+pts_run_option_command($argv[1], $pass_args, getenv("PTS_COMMAND")); // Run command
?>