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 7625fb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/e2e/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -euo pipefail

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

cleanup() {
exit_code=$?
Expand Down Expand Up @@ -97,6 +95,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 7625fb1

Please sign in to comment.