aboutsummaryrefslogtreecommitdiff
path: root/testdata/local/local_encrypted.data
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-29 23:26:28 +0700
committerShulhan <ms@kilabit.info>2023-12-01 13:17:30 +0700
commitfa3683edd2d986a26de85479b8a1c2535d069c15 (patch)
treef0ab0ba1e0f31b3a41a537b1def3d003059f6816 /testdata/local/local_encrypted.data
parent8ba6d6682e082e3bb0a1f92a33bc4c3b5703535b (diff)
downloadawwan-fa3683edd2d986a26de85479b8a1c2535d069c15.tar.xz
all: remove script name in the log prefix
Since each execution now logged in the file with ".log" extension, there is no need to prefix it with script name again, because its redundant.
Diffstat (limited to 'testdata/local/local_encrypted.data')
-rw-r--r--testdata/local/local_encrypted.data16
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/local/local_encrypted.data b/testdata/local/local_encrypted.data
index f08467c..a4f05ad 100644
--- a/testdata/local/local_encrypted.data
+++ b/testdata/local/local_encrypted.data
@@ -1,23 +1,23 @@
<<< echo_encrypted
-- local_encrypted.aww === BEGIN: local testdata/local/local_encrypted.aww 3
-- local_encrypted.aww --> 3: echo this_is_a_secret
+- === BEGIN: local testdata/local/local_encrypted.aww 3
+- --> 3: echo this_is_a_secret
this_is_a_secret
-- local_encrypted.aww === END
+- === END
<<< echo_encrypted_no_pass
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:output
-- local_encrypted.aww !!! 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_invalid_pass
Local: NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect
<<< echo_encrypted_invalid_pass:output
-- local_encrypted.aww !!! NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect
+- !!! NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect
<<< sub_echo_encrypted
-- local_encrypted.aww === BEGIN: local testdata/local/sub/local_encrypted.aww 1
-- local_encrypted.aww --> 1: echo this_is_a_secret_in_sub
+- === BEGIN: local testdata/local/sub/local_encrypted.aww 1
+- --> 1: echo this_is_a_secret_in_sub
this_is_a_secret_in_sub
-- local_encrypted.aww === END
+- === END