grunt-saucelabs
grunt-saucelabs copied to clipboard
Running qunit example fails
Here's the step to reproduce the issue
$ git clone [email protected]:axemclion/grunt-saucelabs.git
$ cd grunt-saucelabs/examples/qunit
$ npm install
$ grunt
=> Starting Tunnel to Sauce Labs
>> /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc: /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc: cannot execute binary file
=> Stopping Tunnel to Sauce Labs
Am I doing something wrong?
huh. I'll check.
maybe it's a permissions issue? Try running the command as root, or setting relaxed permissions on the /sc binary mentioned in the log output
@Jonahss, i'd say no ... Outputs!,
$ ls -l /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc
-rwxr-xr-x 1 nue nue 8220147 Jun 25 16:52 /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc
and machine infos
Linux banzi 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:25:42 CEST 2014 i686 GNU/Linux
Maybe the 32 bit architecture which I'm running is a problem?
Hmm, that shouldn't be a problem... Try creating a project that just calls the sauce-tunnel npm package
The 32-bit arch might indeed be the problem: https://github.com/jmreidy/sauce-tunnel/issues/27