Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test script to cope with different paths generated by cabal new-b…
…uild
  • Loading branch information
hsenag committed May 18, 2017
1 parent d475970 commit 45db7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-package
Expand Up @@ -7,4 +7,4 @@ echo OPTIONS: $*
rm -rf dist-newstyle
rm -f cabal.project.local
cabal new-build --max-backjumps=$BACKJUMPS --reorder-goals --enable-tests $*
dist-newstyle/build/*/build/test/test
`find dist-newstyle/build -name test -a -type f`

0 comments on commit 45db7ec

Please sign in to comment.