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

Fixed failing nodeos_run_test when core symbol is not SYS - develop #8999

Merged
merged 1 commit into from
Apr 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ def bios_bootstrap(self, biosNode, totalNodes, pfSetupPolicy, silent=False):
if Utils.Debug: Utils.Print("cmd: %s" % (cmd))
env = {
"BIOS_CONTRACT_PATH": "unittests/contracts/old_versions/v1.6.0-rc3/eosio.bios",
"BIOS_CURRENCY_SYMBOL": CORE_SYMBOL,
"FEATURE_DIGESTS": ""
}
if PFSetupPolicy.hasPreactivateFeature(pfSetupPolicy):
Expand Down
1 change: 0 additions & 1 deletion tests/core_symbol.py

This file was deleted.