Skip to content

Commit

Permalink
output exception
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Jun 26, 2024
1 parent d0a2ae3 commit 1a74dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nodeos_eos_evm_ws_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ def get_raw_transaction(signed_trx):
ws.close()

testSuccessful= not foundErr
except Exception as ex:
Utils.Print("Exception:" + str(ex))
finally:
TestHelper.shutdown(cluster, walletMgr, testSuccessful=testSuccessful, dumpErrorDetails=dumpErrorDetails)
if killEosInstances:
Expand Down

0 comments on commit 1a74dec

Please sign in to comment.