mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup submodule
This commit is contained in:
parent
f02d970503
commit
677383ab5a
28 changed files with 574 additions and 1 deletions
14
images/haze/misc/tests
Executable file
14
images/haze/misc/tests
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $WEBROOT
|
||||
|
||||
# we need write permissions for these
|
||||
chmod 0777 tests/apps
|
||||
mkdir -p $WEBROOT/apps/namespacetestapp
|
||||
chmod 0777 $WEBROOT/apps/namespacetestapp
|
||||
chmod 0777 tests/data
|
||||
chown www-data /var/www/html/tests/.phpunit.result.cache
|
||||
|
||||
command="cd $WEBROOT; phpunit --configuration $WEBROOT/tests/phpunit-autotest.xml $@"
|
||||
|
||||
su - www-data -s /bin/sh -c "$command"
|
||||
Loading…
Add table
Add a link
Reference in a new issue