summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:15:35 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:15:35 -0400
commit002ad1fb998683d8d953bd956f71e19748e5f5f5 (patch)
tree44c9037b9db55b7fb7fb49ccda1640328cbc0b12 /phoronix-test-suite
parentafed524c1b7f58f4a1d3998d2f1759132f1a67e0 (diff)
downloadphoronix-test-suite-upstream-002ad1fb998683d8d953bd956f71e19748e5f5f5.tar.gz
phoronix-test-suite-upstream-002ad1fb998683d8d953bd956f71e19748e5f5f5.tar.xz
phoronix-test-suite-upstream-002ad1fb998683d8d953bd956f71e19748e5f5f5.zip
pts-core: Add stub for SCTP (Self-Contained Test Profile) support within
the phoronix-test-suite script
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite8
1 files changed, 8 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index c0a6ba1..0e4ee09 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -23,6 +23,7 @@
# Full path to root directory of the actual Phoronix Test Suite code
export PTS_DIR=`pwd`
+CALL_DIR=`pwd`
if [ $PTS_DIR != `pwd` ]
then
@@ -57,6 +58,13 @@ EOT
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
+ echo "SELF CONTAINED TEST PROFILE!!!!"
+ exit
+fi
case "$1" in
"install")