From 989d73a297b12b726344b9cf1da800283b4b28ff Mon Sep 17 00:00:00 2001 From: cc32d9 Date: Mon, 20 Apr 2020 15:32:30 +0000 Subject: [PATCH] Fixed failing nodeos_run_test when core symbol is not SYS --- tests/Cluster.py | 1 + tests/core_symbol.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 tests/core_symbol.py diff --git a/tests/Cluster.py b/tests/Cluster.py index cb5d1d3ec2f..cf07d9fe2e8 100644 --- a/tests/Cluster.py +++ b/tests/Cluster.py @@ -951,6 +951,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): diff --git a/tests/core_symbol.py b/tests/core_symbol.py deleted file mode 100644 index f49ad90eb26..00000000000 --- a/tests/core_symbol.py +++ /dev/null @@ -1 +0,0 @@ -CORE_SYMBOL='SYS'