Run all the abc functional tests
./test/functional/test_runner.py abc-*
Run rpc_bind.py and rpc_users.py, only once each:
./test/functional/test_runner.py rpc_bind rpc_users.py
./test/functional/test_runner.py rpc_bind rpc_users.py rpc_bind.py
Run all the scripts containing the word "transaction":
./test/functional/test_runner.py *transaction*
Run all the scripts ending with the word "transaction":
./test/functional/test_runner.py *transaction