summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:25:11 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-03 12:25:11 -0500
commitaa7e35761d587712779a87c0ba034d87d57f16aa (patch)
tree19d5f0f471aec188f45c4c5192d92c1281d6d8e6 /phoronix-test-suite
parent64c8fb0ae0b0aa246e45b23a511856db6103cfc1 (diff)
downloadphoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.tar.gz
phoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.tar.xz
phoronix-test-suite-upstream-aa7e35761d587712779a87c0ba034d87d57f16aa.zip
pts-core: Fix fatal error in list-installed-tests option
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite14
1 files changed, 7 insertions, 7 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 26dae44..4f0f1f0 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -74,13 +74,13 @@ exit
fi
# Check if being called from a Self Contained test profile
-export SCTP_FILE=`echo $CALL_DIR/$1 | sed 's:\./::g'`
-if [ -e $SCTP_FILE ]
-then
- export PTS_COMMAND="benchmark"
- $PHP_BIN pts-core/phoronix-test-suite.php BENCHMARK $SCTP_FILE
- exit
-fi
+# export SCTP_FILE=`echo $CALL_DIR/$1 | sed 's:\./::g'`
+# if [ -e $SCTP_FILE ]
+# then
+# export PTS_COMMAND="benchmark"
+# $PHP_BIN pts-core/phoronix-test-suite.php BENCHMARK $SCTP_FILE
+# exit
+# fi
export PTS_COMMAND=$1
case "$1" in