diff options
author | John Newbery <john@johnnewbery.com> | 2017-03-09 09:53:26 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-20 10:40:31 -0400 |
commit | a9bd622a658b41b219912288e643f5e2c1b145b4 (patch) | |
tree | 89f707400730826e3514e9d62eb4ac48c003cb2f /contrib/rpm/bitcoin.spec | |
parent | c28ee91db07ce82e134d500ddeb5600363c98048 (diff) |
Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py
Diffstat (limited to 'contrib/rpm/bitcoin.spec')
-rw-r--r-- | contrib/rpm/bitcoin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rpm/bitcoin.spec b/contrib/rpm/bitcoin.spec index f7796efc08..54d6618391 100644 --- a/contrib/rpm/bitcoin.spec +++ b/contrib/rpm/bitcoin.spec @@ -314,7 +314,7 @@ make check pushd src srcdir=. test/bitcoin-util-test.py popd -test/pull-tester/rpc-tests.py -extended +test/functional/test_runner.py --extended %post libs -p /sbin/ldconfig |