diff --git a/tests/e2e/setup.sh b/tests/e2e/setup.sh index da774808..c861fb48 100755 --- a/tests/e2e/setup.sh +++ b/tests/e2e/setup.sh @@ -28,6 +28,7 @@ beforeEach() { header rm -rf $TEST_CONFIG_DIR rm -f doppler.yaml + rm -f setup-test.exp cat << EOF > doppler.yaml setup: - project: cli @@ -88,6 +89,10 @@ actual="$("$DOPPLER_BINARY" configure get config --plain --config-dir=$TEST_CONF expected="" [[ "$actual" == "$expected" ]] || error "ERROR: unexpected config at scope. expected '$expected', actual '$actual'" +echo "printing debug info" +$DOPPLER_BINARY setup --config-dir=$TEST_CONFIG_DIR 2>/dev/null +echo "completed debug info" + cat << EOF > setup-test.exp #!/usr/bin/env expect --