Rename qa directory to test

This commit is contained in:
John Newbery
2017-03-08 15:56:30 -05:00
parent d34995a7ba
commit 00902c48cd
101 changed files with 29 additions and 29 deletions

View File

@ -32,7 +32,7 @@ EXCLUDE = [
'src/tinyformat.h',
'src/leveldb/util/env_win.cc',
'src/crypto/ctaes/bench.c',
'qa/rpc-tests/test_framework/bignum.py',
'test/rpc-tests/test_framework/bignum.py',
# python init:
'*__init__.py',
]

View File

@ -314,7 +314,7 @@ make check
pushd src
srcdir=. test/bitcoin-util-test.py
popd
qa/pull-tester/rpc-tests.py -extended
test/pull-tester/rpc-tests.py -extended
%post libs -p /sbin/ldconfig