Removed the updates url since there was no implementation
@@ -3,9 +3,10 @@
"tests": [{
"default": {
"setup_file": "setup",
+ "json_url": "/json",
"db_url": "/db",
"query_url": "/queries?queries=",
- "update_url": "/update?queries=",
+ "plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Platform",
@@ -4,6 +4,6 @@ fw_depends dlang dub
sed -i 's|127.0.0.1|'"${DBHOST}"'|g' source/app.d
-dub build --build-mode=singleFile
+dub build --force
./fwb &