aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-12-12 12:33:39 -1000
committerJonas Schnelli <dev@jonasschnelli.ch>2018-02-25 09:38:38 +0800
commit3f592b81dcca3d2ef11403a623a6ba5b017567d7 (patch)
tree374d6d45cfaa0b6c86853c79881aa0b2290ccbfd /test/functional/test_runner.py
parent8222e057fe60934a57b1d8226b0e1bd071f8dac2 (diff)
downloadbitcoin-3f592b81dcca3d2ef11403a623a6ba5b017567d7.tar.xz
[QA] add wallet-rbf test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c670878d68..45cbd56e70 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -126,6 +126,7 @@ BASE_SCRIPTS= [
'feature_cltv.py',
'rpc_uptime.py',
'wallet_resendwallettransactions.py',
+ 'wallet_fallbackfee.py',
'feature_minchainwork.py',
'p2p_fingerprint.py',
'feature_uacomment.py',