Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
- Add required .yaml files as "extra-source-files" to the
  cardano-launcher cabal project. This allows Nix to find the data
  files required for the tests (when paired with keepSource = true).
  • Loading branch information
sevanspowell committed Jul 3, 2020
1 parent 13a14b2 commit 4ed36ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cardano-launcher/cardano-launcher.cabal
Expand Up @@ -11,6 +11,9 @@ copyright: 2018 IOHK
license: Apache-2.0
license-files: LICENSE, NOTICE
build-type: Simple
extra-source-files:
configuration/launcher/jormungandr/launcher-config-qa.linux.yaml
configuration/launcher/jormungandr/launcher-config-qa.windows.yaml

source-repository head
type: git
Expand Down
2 changes: 0 additions & 2 deletions nix/haskell.nix
Expand Up @@ -49,8 +49,6 @@ let
# These tests need files from the source tree.
packages.cardano-launcher.components.tests.cardano-launcher-test.keepSource = true;

packages.cardano-launcher.components.tests.cardano-launcher-test.preCheck = "cd $src/cardano-launcher";

# Packages we wish to ignore version bounds of.
# This is similar to jailbreakCabal, however it
# does not require any messing with cabal files.
Expand Down

0 comments on commit 4ed36ba

Please sign in to comment.