Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Aug 8, 2024
1 parent 830ac55 commit 9d5ef3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/civl/paxos/is.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# RUN: %parallel-boogie Paxos.bpl PaxosActions.bpl PaxosImpl.bpl PaxosSeq.bpl > "%t"
# RUN: %parallel-boogie Paxos.bpl PaxosActions.bpl PaxosImpl.bpl PaxosSeq.bpl /timeLimit:120 > "%t"
# RUN: %diff "%s.expect" "%t"

boogie $@ Paxos.bpl PaxosActions.bpl PaxosImpl.bpl PaxosSeq.bpl
2 changes: 1 addition & 1 deletion Test/livevars/stack_overflow.bpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %parallel-boogie /errorTrace:0 "%s" > "%t"
// RUN: %parallel-boogie /errorTrace:0 /timeLimit:120 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

// Stress test that we really don't need ot run multiple times
Expand Down

0 comments on commit 9d5ef3d

Please sign in to comment.