Skip to content

Commit 81c73d0

Browse files
committed
Add --no-standard-checks to regression/acceleration test runner script
1 parent 7e38518 commit 81c73d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/acceleration/accelerate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ is_windows=$4
1616
shift 4
1717

1818
cfile=""
19-
cbmcargs=""
19+
cbmcargs="--no-standard-checks"
2020

2121
# create the temporary directory relative to the current directory, thus
2222
# avoiding file names that start with a "/", which confuses goto-cl (Windows)

0 commit comments

Comments
 (0)