We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66190a6 + a2e511c commit e3fda73Copy full SHA for e3fda73
cbmc.inc
@@ -31,4 +31,5 @@ esac ; \
31
\
32
done \
33
'
34
+ eval `tail -n 1 $LOG.ok`
35
}
tool-wrapper.inc
@@ -119,7 +119,6 @@ if [ ! -s $LOG.ok ] ; then
119
exit 1
120
fi
121
122
-eval `tail -n 1 $LOG.ok`
123
cat $LOG.ok
124
case $EC in
125
0) if [[ "$WITNESS_FILE" != "" ]]; then process_graphml $EC > $WITNESS_FILE; \
0 commit comments