Merge pull request #3258 from omegahm/symlink-local-tmp

This commit is contained in:
Parker Moore
2015-01-10 00:12:06 -08:00
4 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
# script/test
# script/test <test_file>
if [ ! -d tmp ]; then
mkdir tmp
fi
if [ -z "$1" ]; then
TEST_FILES=$(ruby -e "puts Dir.glob('test/test_*.rb')")
else