Skip to content

Commit

Permalink
try report more info on environment
Browse files Browse the repository at this point in the history
run-full-compat: true
  • Loading branch information
dylant-da committed Oct 27, 2023
1 parent fd1a851 commit 028fd14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compatibility/test-daml-version-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ source "${RUNFILES_DIR:-/dev/null}/$f" 2>/dev/null || \

# Add diff and daml to path
export PATH="$(rlocation diffutils_nix)/bin:$(rlocation daml-sdk-$1):$PATH"
ls
ls external
which daml
which diff
ls 1>&2
which diff 1>&2
which daml 1>&2
exit 13

set -euo pipefail
Expand Down

0 comments on commit 028fd14

Please sign in to comment.