cleanup test dir properly
This commit is contained in:
parent
c9d9b2deb2
commit
1424c53603
@ -1,6 +1,6 @@
|
|||||||
# Important! run with tests/run.sh
|
# Important! run with tests/run.sh
|
||||||
|
|
||||||
rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar
|
rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd ..
|
||||||
<<<
|
<<<
|
||||||
Michael
|
Michael
|
||||||
foobar
|
foobar
|
||||||
@ -20,7 +20,7 @@ s
|
|||||||
>>> /.*Registering foobar-0.0.0.*/
|
>>> /.*Registering foobar-0.0.0.*/
|
||||||
>>>= 0
|
>>>= 0
|
||||||
|
|
||||||
rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd ..
|
rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar
|
||||||
<<<
|
<<<
|
||||||
Michael
|
Michael
|
||||||
foobar
|
foobar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user