Skip to content

Commit

Permalink
Fix the integration test
Browse files Browse the repository at this point in the history
It depends on this logging output going to stdout.
  • Loading branch information
Shon Feder committed Aug 25, 2023
1 parent ca0eca7 commit 503c589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quint/src/quintVerifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ async function tryConnect(retry: boolean = false): Promise<VerifyResult<Apalache

function downloadAndUnpackApalache(): Promise<VerifyResult<null>> {
const url = `https://github.com/informalsystems/apalache/releases/download/v${APALACHE_VERSION_TAG}/apalache.tgz`
console.log(`Downloading Apalache distribution from ${url}...`)
return fetch(url)
.then(
// unpack response body
Expand Down

0 comments on commit 503c589

Please sign in to comment.