summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <dag@janrain.com>2008-06-02 20:06:02 +0000
committertailor <dag@janrain.com>2008-06-02 20:06:02 +0000
commit315bb5a63097aec119fdb587279f27465063515c (patch)
tree62db76eb7337ccbb302ea27ce9066646a34becac
parentb5a3e401ec6977ce63650712e3b65c607b14afd7 (diff)
downloadphp-openid-315bb5a63097aec119fdb587279f27465063515c.zip
php-openid-315bb5a63097aec119fdb587279f27465063515c.tar.gz
php-openid-315bb5a63097aec119fdb587279f27465063515c.tar.bz2
[project @ Make the MemcachedStore tests run on record]
-rw-r--r--admin/runtests6
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/runtests b/admin/runtests
index 920a873..e1ce090 100644
--- a/admin/runtests
+++ b/admin/runtests
@@ -37,10 +37,12 @@ test_docblocks () {
}
test_php () {
+ TEXTTEST_ARGS="--extra-tests=contrib/MemcachedStore.php"
if uname -a | grep -i cygwin >/dev/null 2>/dev/null ; then
- /usr/bin/env php "$(dirname "$0")/texttest.php" --insecure-rand
+ /usr/bin/env php "$(dirname "$0")/texttest.php" --insecure-rand \
+ $TEXTTEST_ARGS
else
- /usr/bin/env php "$HERE/texttest.php"
+ /usr/bin/env php "$HERE/texttest.php" $TEXTTEST_ARGS
fi
}