ricardoamaro/drupalci_testbot

Errors in scripts when running as root

Closed this issue · 1 comments

I have found some errors in the scripts when running as root. I know I should use sudo but I like living to the edge :P

rteijeiro I believe this is fixed.
Could you please do:
git pull
./build_all.sh cleanup

and run a test like:

sudo TESTGROUPS="Bootstrap" DRUPALBRANCH="8.x" PATCH="/path/to/your.patch,." ./run.sh

?

Also don't forget that any variables you set stay in memory because you are not using sudo, so you need to start a new shell or reset the env variables you used on the last run.