liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

PHPUnit_Framework_Exception #59

Closed fabiojvalente closed 3 years ago

fabiojvalente commented 8 years ago

Hello,

When I run phpunit without fastest, the whole test goes fine and finish successfully

export ENV_TEST_CHANNEL_READABLE='test_1'; vendor/bin/phpunit -c app Tests/Functional/APP/APPTest.php --stop-on-failure --bootstrap Tests/bootstrap-jenkinstest.php -vvv

But when I run

echo "Tests/Functional/APP/APPTest.php" | vendor/bin/fastest "vendor/bin/phpunit -c app {} --bootstrap=Tests/bootstrap-jenkinstest.php" -vvv --before="./initORM.php jenkinstest" -p 1

I get this error:

PHPUnit_Framework_Exception: sh: 1: : Permission denied

I have tried to find out the path that fastest(?)/phpunit might be trying to load, but I haven't been lucky so far.

ioleo commented 8 years ago

Under what shell are you running? Which OS?

fabiojvalente commented 8 years ago

Hi,

I'm running in Bash on Ubuntu 14.04 with apparmor disabled

Tks

peterrehm commented 8 years ago

@fabiojvalente Did you get your issue fixed? Does your error appear also when you ommit the -b option?

DonCallisto commented 3 years ago

As this is a very old issue and no more details were provided, I'm gonna close it. Feel free to open again if still worthy.