Skip to content

Commit

Permalink
wip: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Feb 14, 2024
1 parent ebfe572 commit 775cb77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/e2e/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -euo pipefail

TEST_NAME="setup file"
TEST_CONFIG_DIR="./temp-config-dir"
export DOPPLER_PROJECT=""
export DOPPLER_CONFIG=""
unset DOPPLER_PROJECT
unset DOPPLER_CONFIG

cleanup() {
exit_code=$?
Expand Down Expand Up @@ -97,6 +97,10 @@ set has_failed "1"
spawn $DOPPLER_BINARY setup --config-dir=$TEST_CONFIG_DIR
expect "Selected only available project: cli"
expect "Selected only available config: e2e"
expect {
"NAME" { set has_failed "0" }
eof {
Expand Down

0 comments on commit 775cb77

Please sign in to comment.