Skip to content

Commit

Permalink
Merge pull request #2775 from ecpullen/tests-dir
Browse files Browse the repository at this point in the history
testsys: Fix incorrect env for `TESTSYS_TESTS_DIR`
  • Loading branch information
ecpullen authored Feb 3, 2023
2 parents 9095648 + 6c8f4b4 commit 78e6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testsys/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub(crate) struct Run {
test_config_path: PathBuf,

/// The path to the `tests` directory
#[clap(long, env = "TESTSYS_FOLDER", parse(from_os_str))]
#[clap(long, env = "TESTSYS_TESTS_DIR", parse(from_os_str))]
tests_directory: PathBuf,

/// The path to the EKS-A management cluster kubeconfig for vSphere K8s cluster creation
Expand Down

0 comments on commit 78e6910

Please sign in to comment.