caofangkun created STORM-962:
--------------------------------

             Summary: travis user's $SHELL env  is /bin/sh but should be 
/bin/bash
                 Key: STORM-962
                 URL: https://issues.apache.org/jira/browse/STORM-962
             Project: Apache Storm
          Issue Type: Bug
            Reporter: caofangkun
            Priority: Trivial


https://travis-ci.org/apache/storm/jobs/72794573#L405

{code}
[INFO] /bin/sh: 14: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 22: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 32: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 42: /home/travis/.jdk_switcher_rc: [[: not found
[INFO] /bin/sh: 3: /etc/profile.d/rvm.sh: [[: not found
[INFO] checking for gcc... gcc
{code}

change $SHELL :
{code}
chsh -s /bin/bash
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to