Skip to content

Commit a2e511c

Browse files
Moved eval of last line of log file into cbmc.inc
This is only needed for CBMC to store the final exit code in EC.
1 parent 66190a6 commit a2e511c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cbmc.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ esac ; \
3131
\
3232
done \
3333
'
34+
eval `tail -n 1 $LOG.ok`
3435
}

tool-wrapper.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ if [ ! -s $LOG.ok ] ; then
119119
exit 1
120120
fi
121121

122-
eval `tail -n 1 $LOG.ok`
123122
cat $LOG.ok
124123
case $EC in
125124
0) if [[ "$WITNESS_FILE" != "" ]]; then process_graphml $EC > $WITNESS_FILE; \

0 commit comments

Comments
 (0)