We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067f8b1 commit 3db8ef7Copy full SHA for 3db8ef7
test/support/apps/phx1_7/bin/test
@@ -17,6 +17,7 @@ function cleanup() {
17
patch -i ../../patches/install-route.diff -p 1 -R
18
}
19
20
+cleanup
21
patch -i ../../patches/install-torch.diff -p 1
22
mix deps.get || { cleanup; echo 'Dependencies could not be fetched!'; exit 1; }
23
MIX_ENV=test mix ecto.drop || { cleanup; echo 'Database could not be dropped'; exit 1; }
0 commit comments