Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 036f1b9

Browse files
committed
[DEVOPS-398] wallet integration tests: fix log filename
The log file which is checked after running the tests got renamed from nodeN.json to coreN.json.
1 parent 14ade01 commit 036f1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/wallet/integration/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in pkgs.writeScript "integration-tests" ''
2929
# Verify we see "transaction list is empty after filtering out asset-locked source addresses" in at least 1 core node log file
3030
if [[ $EXIT_STATUS -eq 0 ]]
3131
then
32-
${pkgs.gnugrep}/bin/grep "transaction list is empty after filtering out asset-locked source addresses" state-demo/logs/node*.json
32+
${pkgs.gnugrep}/bin/grep "transaction list is empty after filtering out asset-locked source addresses" state-demo/logs/core*.json
3333
EXIT_STATUS=$?
3434
fi
3535
stop_cardano

0 commit comments

Comments
 (0)