Skip to content

Commit 3db8ef7

Browse files
committed
cleanup test script at start?
1 parent 067f8b1 commit 3db8ef7

File tree

1 file changed

+1
-0
lines changed
  • test/support/apps/phx1_7/bin

1 file changed

+1
-0
lines changed

test/support/apps/phx1_7/bin/test

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function cleanup() {
1717
patch -i ../../patches/install-route.diff -p 1 -R
1818
}
1919

20+
cleanup
2021
patch -i ../../patches/install-torch.diff -p 1
2122
mix deps.get || { cleanup; echo 'Dependencies could not be fetched!'; exit 1; }
2223
MIX_ENV=test mix ecto.drop || { cleanup; echo 'Database could not be dropped'; exit 1; }

0 commit comments

Comments
 (0)