Skip to content
Snippets Groups Projects
Commit 5d4d616a authored by Javier Neira 's avatar Javier Neira
Browse files

Dont run any hackage tests on win

parent a69c0e86
No related branches found
No related tags found
No related merge requests found
......@@ -397,16 +397,16 @@ CMD="$($CABALPLANLISTBIN Cabal-tests:test:no-thunks-test) $TESTSUITEJOBS --hide-
CMD=$($CABALPLANLISTBIN Cabal-tests:test:hackage-tests)
# hackage-tests is not buildable in windows so $CMD will be empty here
if [ "$OSTYPE" != "msys" ]; then
(cd Cabal-tests && timed $CMD read-fields) || exit 1
(cd Cabal-tests && timed $CMD read-fields) || exit 1
if $HACKAGETESTSALL; then
(cd Cabal-tests && timed $CMD parsec) || exit 1
(cd Cabal-tests && timed $CMD roundtrip) || exit 1
else
(cd Cabal-tests && timed $CMD parsec d) || exit 1
(cd Cabal-tests && timed $CMD roundtrip k) || exit 1
fi
fi
if $HACKAGETESTSALL; then
(cd Cabal-tests && timed $CMD parsec) || exit 1
(cd Cabal-tests && timed $CMD roundtrip) || exit 1
else
(cd Cabal-tests && timed $CMD parsec d) || exit 1
(cd Cabal-tests && timed $CMD roundtrip k) || exit 1
fi
}
# Cabal cabal-testsuite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment