diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-06 03:50:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-06 03:50:24 +0700 |
| commit | a3c27356bfe3e56809f579b617e02829a7ea0a68 (patch) | |
| tree | ef49c89bb4a404c0fae2ca5b6681969aef15be17 /testdata/http_server/execute/local_test.data | |
| parent | c572a44dddf25e07f2f25cc6004370ad505f3ded (diff) | |
| download | awwan-a3c27356bfe3e56809f579b617e02829a7ea0a68.tar.xz | |
all: use space log prefix instead of dummy date
Using dummy date make the test output hard to read in verbose option,
because the program logs mixed with the test logs.
Diffstat (limited to 'testdata/http_server/execute/local_test.data')
| -rw-r--r-- | testdata/http_server/execute/local_test.data | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/http_server/execute/local_test.data b/testdata/http_server/execute/local_test.data index d58e0cb..5f96637 100644 --- a/testdata/http_server/execute/local_test.data +++ b/testdata/http_server/execute/local_test.data @@ -28,11 +28,11 @@ event: begin data: "2023-11-26T15:21:00Z" event: message -data: "----/--/-- --:--:-- === BEGIN: local /local.aww 1-\n" +data: " === BEGIN: local /local.aww 1-\n" id: 0 event: message -data: "----/--/-- --:--:-- --> 1: echo \"test\"\n" +data: " --> 1: echo \"test\"\n" id: 1 event: message @@ -40,7 +40,7 @@ data: "test\n" id: 2 event: message -data: "----/--/-- --:--:-- === END: local /local.aww 1-\n" +data: " === END: local /local.aww 1-\n" id: 3 event: end |
