tests: yep more debug for Travis

pull/193/head
David Wilson 7 years ago
parent 235cf5e734
commit a9a2793a49

@ -181,6 +181,7 @@ class BinaryPlanner(Planner):
runner_name = 'BinaryRunner' runner_name = 'BinaryRunner'
def detect(self, invocation): def detect(self, invocation):
print 'DERP [[[[%s]]]]' % (invocation.module_source[:1024].encode('base64'),)
return module_common._is_binary(invocation.module_source) return module_common._is_binary(invocation.module_source)
def plan(self, invocation, **kwargs): def plan(self, invocation, **kwargs):

Loading…
Cancel
Save