Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version caching test on Windows #17641

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
try report more info on environment
run-full-compat: true
  • Loading branch information
dylant-da committed Oct 27, 2023
commit 028fd14986ee8c434518cc89550d3e387c6b1fc3
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
Loading