6803e09 Move zmq test skipping logic into individual test case. (John Newbery)
Tree-SHA512: 9d166b53e9acf386c4dafc860b38e2901b331a7505bba9714a2f4e3bdef68b0316c8b76fddbfb620835ddee549cf32fffb3a96a19b0799ad94f2553f55f19a35
# These are python files that live in the functional tests directory, but are not test scripts.
@ -173,7 +169,6 @@ def main():
parser.add_argument('--jobs','-j',type=int,default=4,help='how many test scripts to run in parallel. Default=4.')
parser.add_argument('--keepcache','-k',action='store_true',help='the default behavior is to flush the cache directory on startup. --keepcache retains the cache from the previous testrun.')
parser.add_argument('--quiet','-q',action='store_true',help='only print results summary and failure logs')
parser.add_argument('--nozmq',action='store_true',help='do not run the zmq tests')
args,unknown_args=parser.parse_known_args()
# Create a set to store arguments and create the passon string