Skip to content
Snippets Groups Projects
Commit 9dda3487 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update/ fi tests

parent d17c16fc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@
<?php
echo "
WHAT: Run check sqlite connect
WHAT: Run check apache processes
";
_exec("$AMCLI --ini='".__DIR__."/configs/apacheprocesses.ini'");
......@@ -18,7 +18,7 @@ function="File"
params='{
"filename": "/tmp",
"exists": true,
"flag": "dir",
"dir": true,
"readable": true,
"writable": true
}'
......@@ -28,8 +28,7 @@ description="Check non existing maintenance flag file"
function="File"
params='{
"filename": "/some/where/maintenance.txt",
"exists": false,
"flag": "file"
"exists": false
}'
; -----------------------------------------------------------------------
......@@ -20,7 +20,7 @@ params='{
"user": "root",
"password": "12345678",
"db": "ahcrawler",
"port": "13306"
"port": 13306
}'
; -----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment