summaryrefslogtreecommitdiff
path: root/src/tests/dump_request
diff options
context:
space:
mode:
authorsimon MAGNIN-FEYSOT2018-05-03 10:22:55 +0200
committerjvoisin2018-05-03 08:22:55 +0000
commit41b8db89d5f50aadad91d2b0fd9861017b58bb16 (patch)
tree71ba20e325afef65f1ea4823cfbd82ae932149cc /src/tests/dump_request
parentfa9eb1168029b05a18f21d7a30786c4e21fddc12 (diff)
Uniformise some logs
This commit will make certain logs easier to parse.
Diffstat (limited to '')
-rw-r--r--src/tests/dump_request.phpt2
-rw-r--r--src/tests/dump_request_invalid_folder.phpt2
-rw-r--r--src/tests/dump_request_too_big.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/dump_request.phpt b/src/tests/dump_request.phpt
index abff870..ceb03d5 100644
--- a/src/tests/dump_request.phpt
+++ b/src/tests/dump_request.phpt
@@ -39,5 +39,5 @@ if ($res[2] != "GET:get_a='data_get_a' get_b='data_get_b' \n") {
39?> 39?>
40--EXPECTF-- 40--EXPECTF--
411 411
42[snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'system' in %a/dump_request.php:%d has been disabled. 42[snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'system' in %a/dump_request.php:%d.
431337 431337
diff --git a/src/tests/dump_request_invalid_folder.phpt b/src/tests/dump_request_invalid_folder.phpt
index 6d395d0..d58f280 100644
--- a/src/tests/dump_request_invalid_folder.phpt
+++ b/src/tests/dump_request_invalid_folder.phpt
@@ -20,5 +20,5 @@ echo "2\n";
20?> 20?>
21--EXPECTF-- 21--EXPECTF--
221 221
23[snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'system' in %atests/dump_request_invalid_folder.php:3 has been disabled. 23[snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system' in %atests/dump_request_invalid_folder.php:3.
24[snuffleupagus][0.0.0.0][request_logging][error] Unable to create the folder '/root/NON_EXISTENT/FOLDER/PLEASE/'. 24[snuffleupagus][0.0.0.0][request_logging][error] Unable to create the folder '/root/NON_EXISTENT/FOLDER/PLEASE/'.
diff --git a/src/tests/dump_request_too_big.phpt b/src/tests/dump_request_too_big.phpt
index d67ce6f..af146c5 100644
--- a/src/tests/dump_request_too_big.phpt
+++ b/src/tests/dump_request_too_big.phpt
@@ -39,5 +39,5 @@ if ($res[2] != "GET:get_a='data_get_a' get_b='data_get_b' get_c='aaaaaaaaaaaaaaa
39?> 39?>
40--EXPECTF-- 40--EXPECTF--
411 411
42[snuffleupagus][127.0.0.1][disabled_function][simulation] The call to the function 'system' in %a/dump_request_too_big.php:%d has been disabled. 42[snuffleupagus][127.0.0.1][disabled_function][simulation] Aborted execution on call of the function 'system' in %a/dump_request_too_big.php:%d.
431337 \ No newline at end of file 431337 \ No newline at end of file