slight script changes and ghost fix

This commit is contained in:
Michael M
2021-11-04 11:27:44 +02:00
parent a710435535
commit 69f87ad916
6 changed files with 44 additions and 15 deletions

View File

@ -5,5 +5,7 @@ do
echo ${file%.*}
certoraRun certora/harnesses/$file \
--verify ${file%.*}:certora/specs/sanity.spec "$@" \
--solc solc8.0
--solc solc8.0 \
--staging \
--msg "sanity ${file}"
done