fix: tests had a dependency on emgauwa-webapp

This commit is contained in:
Tobias Reisinger 2020-08-29 09:52:49 +02:00
parent 4dd8329484
commit 7275d66c86
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[core]
server-port = 5000
database = core.sqlite
content-dir = /usr/share/webapps/emgauwa
content-dir = .
not-found-file = 404.html
not-found-file-mime = text/html
not-found-content = 404 - NOT FOUND

View file

@ -40,6 +40,8 @@ controller_id=$!
cd $working_dir
touch $working_dir/index.html
cp $1 $working_dir/core
cp $source_dir/core.testing.ini $working_dir/core.ini