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/local/local_encrypted.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/local/local_encrypted.data')
| -rw-r--r-- | testdata/local/local_encrypted.data | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/local/local_encrypted.data b/testdata/local/local_encrypted.data index 045e884..ad9b375 100644 --- a/testdata/local/local_encrypted.data +++ b/testdata/local/local_encrypted.data @@ -1,7 +1,7 @@ <<< echo_encrypted:stdout -----/--/-- --:--:-- === BEGIN: local testdata/local/local_encrypted.aww 3 -----/--/-- --:--:-- --> 3: echo this_is_a_secret -----/--/-- --:--:-- === END: local testdata/local/local_encrypted.aww 3 + === BEGIN: local testdata/local/local_encrypted.aww 3 + --> 3: echo this_is_a_secret + === END: local testdata/local/local_encrypted.aww 3 <<< echo_encrypted:stderr this_is_a_secret @@ -11,7 +11,7 @@ this_is_a_secret Local: NewScript: ParseScript: template: local_encrypted.aww:3:7: executing "local_encrypted.aww" at <.Val>: error calling Val: "secret::pass" is empty <<< echo_encrypted_no_pass:stderr -----/--/-- --:--:-- !!! NewScript: ParseScript: template: local_encrypted.aww:3:7: executing "local_encrypted.aww" at <.Val>: error calling Val: "secret::pass" is empty + !!! NewScript: ParseScript: template: local_encrypted.aww:3:7: executing "local_encrypted.aww" at <.Val>: error calling Val: "secret::pass" is empty <<< echo_encrypted_no_pass:stdout @@ -19,7 +19,7 @@ Local: NewScript: ParseScript: template: local_encrypted.aww:3:7: executing "loc Local: NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect <<< echo_encrypted_invalid_pass:stderr -----/--/-- --:--:-- !!! NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect + !!! NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect <<< echo_encrypted_invalid_pass:stdout @@ -30,6 +30,6 @@ this_is_a_secret_in_sub <<< sub_echo_encrypted:stdout -----/--/-- --:--:-- === BEGIN: local testdata/local/sub/local_encrypted.aww 1 -----/--/-- --:--:-- --> 1: echo this_is_a_secret_in_sub -----/--/-- --:--:-- === END: local testdata/local/sub/local_encrypted.aww 1 + === BEGIN: local testdata/local/sub/local_encrypted.aww 1 + --> 1: echo this_is_a_secret_in_sub + === END: local testdata/local/sub/local_encrypted.aww 1 |
