diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-27 00:32:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-27 00:54:10 +0700 |
| commit | ec249eb3ca99070b31e7a535219de9f2474df5e4 (patch) | |
| tree | 118e6e6e1beb8a36a470331b2a379da3033096af /testdata | |
| parent | c595d849701d35e81c02e4a834abb4cd2d0a5933 (diff) | |
| download | awwan-ec249eb3ca99070b31e7a535219de9f2474df5e4.tar.xz | |
all: print any path relative to base directory
This is to minimize log length in stdout and stderr, which make it
more readable.
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/local/local_encrypted.data | 2 | ||||
| -rw-r--r-- | testdata/local/put.data | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testdata/local/local_encrypted.data b/testdata/local/local_encrypted.data index d4e27b0..5355762 100644 --- a/testdata/local/local_encrypted.data +++ b/testdata/local/local_encrypted.data @@ -7,7 +7,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_invalid_pass -Local: NewSession: loadEnvFromPaths: LoadPrivateKeyInteractive: x509: decryption password incorrect +Local: NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect <<< sub_echo_encrypted diff --git a/testdata/local/put.data b/testdata/local/put.data index 2018f7a..b44cbdd 100644 --- a/testdata/local/put.data +++ b/testdata/local/put.data @@ -10,7 +10,7 @@ The host name is encrypt. The secret password is this_is_a_secret. <<< encrypted_empty_passphrase.stderr -!!! Copy: generateFileInput: private key is missing or not loaded +!!! Copy: encrypted.txt.vault: private key is missing or not loaded <<< encrypted_invalid_passphrase -Local: NewSession: loadEnvFromPaths: LoadPrivateKeyInteractive: x509: decryption password incorrect +Local: NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption password incorrect |
