Add local tmp folder

This commit is contained in:
Mads Ohm Larsen 2015-01-04 18:25:19 +01:00
parent 2f06f4aad7
commit a2b6aa263e
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -13,5 +13,5 @@ site/_site/
coverage
.ruby-version
.sass-cache
tmp/stackprof-*
tmp/*
.jekyll-metadata

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="./test/test_*.rb"
else

View File

@ -1 +1 @@
/tmp
../../../tmp/