DamonOehlman / travis-multirunner

A simple configuration for running (limited) multibrowser tests on travis ci
8 stars 14 forks source link

issues with permission on setup.sh? #32

Closed fippo closed 7 years ago

fippo commented 7 years ago

in the last two weeks i've run into issues with the permission bit on setup.sh:

Warning: Command failed: BROWSER=${BROWSER-chrome} BVER=${BVER-stable} ./node_modules/travis-multirunner/setup.sh
/bin/sh: 1: ./node_modules/travis-multirunner/setup.sh: Permission denied
 Use --force to continue.

might be related to npm updates. Does not seem to happen on travis afaics.

The file permissions look good to me...

DamonOehlman commented 7 years ago

@fippo interesting - so this is attempting to run within another CI system? Or something else?

fippo commented 7 years ago

this was locally on a ubuntu machine. Coming from here: https://github.com/webrtc/adapter/blob/master/Gruntfile.js#L73

(also cc @kaptenjansson)

fippo commented 7 years ago

https://github.com/npm/npm/issues/18324 -- now fixed.