tests: yep more debug for Travis

This commit is contained in:
David Wilson 2018-04-17 16:50:29 +01:00
parent 235cf5e734
commit a9a2793a49
1 changed files with 1 additions and 0 deletions

View File

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