Skip to content
Merged
Changes from all commits
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
7 changes: 6 additions & 1 deletion scripts/start_ursim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,12 @@

post_setup_polyscopex()
{
get_download_url_urcapx latest

if [[ "$URSIM_VERSION" == "${POLYSCOPE_X_MAP[10.7.0]}" ]]; then
get_download_url_urcapx 0.1.0

Check warning on line 289 in scripts/start_ursim.sh

View check run for this annotation

Codecov / codecov/patch

scripts/start_ursim.sh#L288-L289

Added lines #L288 - L289 were not covered by tests
else
get_download_url_urcapx latest

Check warning on line 291 in scripts/start_ursim.sh

View check run for this annotation

Codecov / codecov/patch

scripts/start_ursim.sh#L291

Added line #L291 was not covered by tests
fi
mkdir -p "${URCAP_STORAGE}"
urcapx_file="${URCAP_STORAGE}/external-control-$URCAPX_VERSION.urcapx"
if [[ ! -f "$urcapx_file" ]]; then
Expand Down
Loading