Skip to content

Commit

Permalink
Update cleanup for support test
Browse files Browse the repository at this point in the history
  • Loading branch information
noahduncan authored and cpjolicoeur committed Apr 10, 2024
1 parent dd6ef34 commit d969701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/support/apps/phx1_7/bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ function cleanup() {
rm -rf lib/phx1_7_web/views/post_view.ex
rm -rf test/phx1_7_web/controllers/post_controller_test.exs
rm -rf test/support/fixtures/
rm -rf lib/phx1_7_web/components/layouts/torch.html.heex
rm -rf lib/phx1_7_web/controllers/post_html.ex
rm -rf lib/phx1_7_web/controllers/post_html/

patch -i ../../patches/install-torch.diff -p 1 -R
patch -i ../../patches/install-route.diff -p 1 -R
}
Expand Down

0 comments on commit d969701

Please sign in to comment.