mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Separate and identify tests runners
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user