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/play | |
| 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/play')
| -rw-r--r-- | testdata/play/awwanssh.test/play_test.data | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/play/awwanssh.test/play_test.data b/testdata/play/awwanssh.test/play_test.data index 46445e8..e67163f 100644 --- a/testdata/play/awwanssh.test/play_test.data +++ b/testdata/play/awwanssh.test/play_test.data @@ -1,11 +1,11 @@ Test on "play" command. <<< play_with_local:output -----/--/-- --:--:-- --- SSH connection: awwanssh@127.0.0.1:10022 -----/--/-- --:--:-- --- SSH identity file: [/home/awwan/.ssh/id_ed25519] -----/--/-- --:--:-- === BEGIN: play testdata/play/awwanssh.test/play.aww 1- -----/--/-- --:--:-- --> 2: pwd + --- SSH connection: awwanssh@127.0.0.1:10022 + --- SSH identity file: [/home/awwan/.ssh/id_ed25519] + === BEGIN: play testdata/play/awwanssh.test/play.aww 1- + --> 2: pwd /home/awwanssh -----/--/-- --:--:-- --> 5: #local: pwd + --> 5: #local: pwd /home/awwan/src -----/--/-- --:--:-- === END: play testdata/play/awwanssh.test/play.aww 1- + === END: play testdata/play/awwanssh.test/play.aww 1- |
