Skip to content

Commit c0861b3

Browse files
committed
Debug
1 parent 872c5a7 commit c0861b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Test/Main.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ main = runSpecAndExitProcess [consoleReporter] $
7474
where
7575
runTest args' = do
7676
let opts = _ { cwd = Just "test-fixtures/project", stdin = Just pipe, stdout = Just pipe, stderr = Just pipe }
77-
args = ["spago", "test", "--"] <> args'
78-
execa "npx" ["spago", "build"] opts >>= _.getResult >>= shouldSucceed
79-
execa "npx" args opts >>= _.getResult
77+
args = ["test", "--"] <> args'
78+
execa "spago" ["build"] opts >>= _.getResult >>= shouldSucceed
79+
execa "spago" args opts >>= _.getResult
8080

8181
nukeLastResults =
8282
FS.rm' "test-fixtures/project/.spec-results"

0 commit comments

Comments
 (0)