diff --git a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py index 5c7c1ae1b..6b5ba7e75 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py +++ b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py @@ -305,7 +305,7 @@ def check( state_engine ): # only 'valid' tests should return non-NULL # all other tests should return None for opcode, tests in all_tests.items(): - + print "test %s" % opcode for testname, testscript in tests.items(): parsed_op = parse_nameop( opcode, testscript[3:], fake_pubkey, \