Skip to content
Snippets Groups Projects
Commit 0fd612d2 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

fix one more GHC 8.2.1 wobbling test

parent b5d1e190
No related branches found
No related tags found
No related merge requests found
# cabal update
Downloading the latest package list from test-local-repo
# cabal new-build
Resolving dependencies...
In order, the following will be built:
- remote-setup-dep-3.0 (lib) (requires download & build)
- remote-pkg-2.0 (lib:remote-pkg) (requires download & build)
- pkg-1.0 (exe:my-exe) (first run)
Configuring library for remote-setup-dep-3.0..
Preprocessing library for remote-setup-dep-3.0..
Building library for remote-setup-dep-3.0..
Installing library in <PATH>
Configuring executable 'my-exe' for pkg-1.0..
Preprocessing executable 'my-exe' for pkg-1.0..
Building executable 'my-exe' for pkg-1.0..
# pkg my-exe
pkg Main.hs: remote-pkg-2.0
......@@ -5,7 +5,7 @@ import Test.Cabal.Prelude
main = cabalTest $ do
skipUnless =<< hasNewBuildCompatBootCabal
withRepo "repo" $ do
r1 <- cabal' "new-build" ["pkg:my-exe"]
r1 <- recordMode DoNotRecord $ cabal' "new-build" ["pkg:my-exe"]
-- remote-pkg's setup script should print out a message that it imported from
-- remote-setup-dep:
assertOutputContains "remote-pkg Setup.hs: remote-setup-dep-3.0" r1
......
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