zkpython run_tests.sh is missing #!
-----------------------------------
Key: ZOOKEEPER-421
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-421
Project: Zookeeper
Issue Type: Bug
Components: contrib-bindings
Reporter: Patrick Hunt
Assignee: Henry Robinson
Priority: Minor
the scripts in the test directory of zkpython are missing #! headers
Probably:
#!/bin/sh
for shell scripts and
#!/usr/bin/python
for .py scripts?
Also include a shell script that will svn chmod the *.py scripts so that they
can be executed individually from the command line (shortcut
rather than (python foo.py).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.