Skip to content

Do not use sh on travis because sh and bash are very different #160

Open
@evandrocoan

Description

@evandrocoan

May be this is what is helping #159 (travis.sh and run_tests.py reported success when it a was failure) to exists?

UnitTesting/.travis.yml

Lines 33 to 35 in d94dcb0

- sh sbin/travis.sh bootstrap
- sh sbin/travis.sh install_color_scheme_unit
- if [ "$PCINSTALL" == true ]; then sh sbin/travis.sh install_package_control; fi

On the headers of the files, it is already defined to use #!/bin/bash, but if you directly launches it with sh travis.sh sh will be used instead of bash.

  1. https://askubuntu.com/questions/172481/is-bash-scripting-the-same-as-shell-scripting

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions