aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-27 13:21:54 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 20:54:27 +0800
commit283290ed6309a7681f1eafb628602513d4f3aee2 (patch)
tree4ca93879106dd87681ba08095d4b2da07ab1e60a /tests
parent9353a889cc34ba9999027b090d838b0deb90bc69 (diff)
downloaddexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar.gz
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar.bz2
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar.lz
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar.xz
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.tar.zst
dexon-283290ed6309a7681f1eafb628602513d4f3aee2.zip
tests: fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/init_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/init_test.go b/tests/init_test.go
index 7a0bd4635..048f405d2 100644
--- a/tests/init_test.go
+++ b/tests/init_test.go
@@ -34,8 +34,8 @@ import (
)
var (
- baseDir = filepath.Join(".", "testdata")
- blockTestDir = filepath.Join(baseDir, "BlockchainTests")
+ baseDir = filepath.Join(".", "testdata")
+ // blockTestDir = filepath.Join(baseDir, "BlockchainTests")
stateTestDir = filepath.Join(baseDir, "GeneralStateTests")
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
vmTestDir = filepath.Join(baseDir, "VMTests")