Skip to content

Commit

Permalink
testsys: Fix incorrect env for TESTSYS_TESTS_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpullen committed Feb 3, 2023
1 parent 9095648 commit 6c8f4b4
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 6c8f4b4

Please sign in to comment.