Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jan 31, 2025
1 parent eb3be4d commit 5e950bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions acceptance/auth/bundle_and_profile/output.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Running on darwin23

=== Inside the bundle, no flags
>>> errcode $CLI current-user me
Expand Down
2 changes: 2 additions & 0 deletions acceptance/auth/bundle_and_profile/script
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "Running on $OSTYPE"

title "Inside the bundle, no flags"
trace errcode $CLI current-user me | jq .userName

Expand Down
2 changes: 1 addition & 1 deletion acceptance/auth/bundle_and_profile/script.prepare
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DB_CFG="$HOME/.databrickscfg"
if [[ "$RUNNER_OS" == "Windows" ]]; then
if [[ "$OSTYPE" == "win"* ]]; then
DB_CFG="$HOME\\.databrickscfg"
fi

Expand Down

0 comments on commit 5e950bb

Please sign in to comment.