diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-11 02:38:39 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-19 04:15:07 +0800 |
commit | 7c6ef0ddac91564f31ef852fd4ef1e821db17c2e (patch) | |
tree | 252cc0d2c9a2b4c1c69e4555106c8ea0e04fba0e /tests/transaction_test_util.go | |
parent | 1b26d4f220689dac18d560a4c1ecb3b29d99deb0 (diff) | |
download | dexon-7c6ef0ddac91564f31ef852fd4ef1e821db17c2e.tar.gz dexon-7c6ef0ddac91564f31ef852fd4ef1e821db17c2e.tar.zst dexon-7c6ef0ddac91564f31ef852fd4ef1e821db17c2e.zip |
Separate and identify tests runners
Diffstat (limited to 'tests/transaction_test_util.go')
-rw-r--r-- | tests/transaction_test_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go index 82038c3e8..a6cea972a 100644 --- a/tests/transaction_test_util.go +++ b/tests/transaction_test_util.go @@ -42,7 +42,7 @@ func RunTransactionTests(file string, notWorking map[string]bool) error { if err = runTest(in); err != nil { return fmt.Errorf("bad test %s: %v", name, err) } - fmt.Println("Test passed:", name) + fmt.Println("Transaction test passed:", name) } } return nil |