Clean in first test step
This commit is contained in:
parent
b81990cdee
commit
63b7ed3dab
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ unset BABASHKA_CLASSPATH
|
||||||
unset BABASHKA_PRELOADS_TEST
|
unset BABASHKA_PRELOADS_TEST
|
||||||
|
|
||||||
echo "running tests part 1"
|
echo "running tests part 1"
|
||||||
lein test "$@"
|
lein "do" clean, test "$@"
|
||||||
|
|
||||||
export BABASHKA_PRELOADS='(defn __bb__foo [] "foo") (defn __bb__bar [] "bar")'
|
export BABASHKA_PRELOADS='(defn __bb__foo [] "foo") (defn __bb__bar [] "bar")'
|
||||||
export BABASHKA_PRELOADS_TEST=true
|
export BABASHKA_PRELOADS_TEST=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue