You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/06/02 16:19:07 UTC

[jira] Commented: (ZOOKEEPER-421) zkpython run_tests.sh is missing #!

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715538#action_12715538 ] 

Hudson commented on ZOOKEEPER-421:
----------------------------------

Integrated in ZooKeeper-trunk #333 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/333/])
    . zkpython run_tests.sh is missing #!


> 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
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-421.patch, ZOOKEEPER-421.patch
>
>
> 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.