mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-09 08:21:59 +02:00
Update test_runner.py
This commit is contained in:
@@ -156,7 +156,6 @@ def bctest(testDir, testObj, buildenv):
|
|||||||
if "error_txt" in testObj:
|
if "error_txt" in testObj:
|
||||||
want_error = testObj["error_txt"]
|
want_error = testObj["error_txt"]
|
||||||
# Compare error text
|
# Compare error text
|
||||||
# TODO: ideally, we'd compare the strings exactly and also assert
|
|
||||||
# That stderr is empty if no errors are expected. However, bitcoin-tx
|
# That stderr is empty if no errors are expected. However, bitcoin-tx
|
||||||
# emits DISPLAY errors when running as a windows application on
|
# emits DISPLAY errors when running as a windows application on
|
||||||
# linux through wine. Just assert that the expected error text appears
|
# linux through wine. Just assert that the expected error text appears
|
||||||
|
Reference in New Issue
Block a user