Skip to content

Commit

Permalink
Fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Feb 5, 2025
1 parent a26a841 commit 8edcd41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scripts/bump_version_number.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ async function synchronizeRepositoryWithNewVersionNumber() {
// Fetch the content of Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries/manifest.toml
// Verify that dafny_version = "Major.Minor.Patch.0" corresponds ot the version that is provided
async function sanityCheckStandardLibraries(version) {
if(testMode) {
console.log("Would have run a sanity check");
return;
}
console.log("Sanity-checking standard libraries");
try {
await execute("unzip -o Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries.doo -d Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries");
Expand Down

0 comments on commit 8edcd41

Please sign in to comment.