Skip to content

Commit

Permalink
Update filenames in windows test bundle data
Browse files Browse the repository at this point in the history
Jormungandr no longer exists in this repo.
  • Loading branch information
rvl committed Nov 20, 2020
1 parent 67a30e6 commit 1fdbbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/windows-testing-bundle.nix
Expand Up @@ -28,8 +28,8 @@ in pkgs.runCommand name {
nativeBuildInputs = [ pkgs.zip pkgs.gnused ];
passthru = { inherit tests benchmarks; };
} ''
mkdir -pv jm jm/test/data jm/test/integration $out/nix-support
cd jm
mkdir -pv bundle/test/data $out/nix-support
cd bundle
# Copy in wallet and node EXEs and DLLs.
for pkg in ${cardano-wallet} ${cardano-cli}; do
Expand Down

0 comments on commit 1fdbbbf

Please sign in to comment.