summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBirk Skyum <74932975+birkskyum@users.noreply.github.com>2024-08-08 15:50:57 +0200
committerGitHub <noreply@github.com>2024-08-08 06:50:57 -0700
commit4c56353594a53066009393cbd3b8b771f692e565 (patch)
tree081db33e98d77228ddfb818a3bd9f975dce05533 /tests
parent1d5927aaf2b932046c8052e6ba08d9cc3a066651 (diff)
feat(cli): Add --env-file as alternative to --env (#24555)
Diffstat (limited to 'tests')
-rw-r--r--tests/testdata/eval/env_file_missing.out2
-rw-r--r--tests/testdata/run/env_file_missing.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/eval/env_file_missing.out b/tests/testdata/eval/env_file_missing.out
index 2ec371438..b9e219af3 100644
--- a/tests/testdata/eval/env_file_missing.out
+++ b/tests/testdata/eval/env_file_missing.out
@@ -1,2 +1,2 @@
-Warning The `--env` flag was used, but the environment file specified 'missing' was not found.
+Warning The `--env-file` flag was used, but the environment file specified 'missing' was not found.
undefined
diff --git a/tests/testdata/run/env_file_missing.out b/tests/testdata/run/env_file_missing.out
index 6ec9b298f..f50c1789e 100644
--- a/tests/testdata/run/env_file_missing.out
+++ b/tests/testdata/run/env_file_missing.out
@@ -1,4 +1,4 @@
-Warning The `--env` flag was used, but the environment file specified 'missing' was not found.
+Warning The `--env-file` flag was used, but the environment file specified 'missing' was not found.
undefined
undefined
undefined