From d9697019f9783e71ce5fc930600eb3fc8225ba5b Mon Sep 17 00:00:00 2001 From: Noah Duncan Date: Tue, 9 Apr 2024 16:29:26 -0600 Subject: [PATCH] Update cleanup for support test --- test/support/apps/phx1_7/bin/test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/support/apps/phx1_7/bin/test b/test/support/apps/phx1_7/bin/test index f376ba1d..1d69880d 100755 --- a/test/support/apps/phx1_7/bin/test +++ b/test/support/apps/phx1_7/bin/test @@ -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 }