Skip to content

Commit

Permalink
[TEMP] Enable silicon logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Apr 25, 2024
1 parent b42879a commit 12aa5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ do
if [ "$vpr_succeeded" -eq 0 ]
then
run silicon java -Xmx2048m -Xss16m -cp $VIPER_SERVER \
viper.silicon.SiliconRunner --logLevel OFF --z3Exe $(which z3) \
viper.silicon.SiliconRunner --logLevel DEBUG --z3Exe $(which z3) \
$out/$base.vpr
fi
else
Expand Down

0 comments on commit 12aa5c2

Please sign in to comment.