1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

integration test command

This commit is contained in:
Robin Appelman 2021-07-02 19:36:04 +02:00
commit 2fc3e5ed93
4 changed files with 39 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
cd $WEBROOT/build/integration
sudo -u www-data ./run.sh "$@"
./run.sh "$@"