fix: tests had a dependency on emgauwa-webapp
This commit is contained in:
parent
4dd8329484
commit
7275d66c86
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue