Skip to content

Commit

Permalink
[project @ Make the MemcachedStore tests run on record]
Browse files Browse the repository at this point in the history
  • Loading branch information
tailor committed Jun 2, 2008
1 parent b5a3e40 commit 315bb5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions admin/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 315bb5a

Please sign in to comment.