diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-21 16:38:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-21 16:38:29 +0700 |
| commit | 3e1bdaf0cdb3f9087fe36e15da704ace8f38466c (patch) | |
| tree | f07adb9f2ebe15d3e8a44ed950d4ab467e7790a7 /testdata/http_server | |
| parent | 0f1a82f3abecfeb6142c671d3d5c9f1cdbe5871f (diff) | |
| download | awwan-3e1bdaf0cdb3f9087fe36e15da704ace8f38466c.tar.xz | |
all: changes default date-time prefix on test
Using "-" as dummy date-time prefix make the test output quite hard
to read, especially since we use the same prefix "===" and "---" with Go
test output.
Diffstat (limited to 'testdata/http_server')
| -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 ef2b478..d58e0cb 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 |
