Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Oct 11, 2024
1 parent ca847c8 commit e00a87f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/run_num.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ do
myecho ".[0$bname]"
else
myecho ".[$bname]"
if [ $bname -ge 100 ]
then
lim=8
fi
fi
$ACTTOOL -cnf=sim.conf $i test > runs/$i.t.stdout 2> runs/$i.t.stderr <<EOF
cycle
Expand Down
2 changes: 1 addition & 1 deletion test/runs/94.act.stdout
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[ 40] <> x is 34
[ 50] <s> got: 34 3 17 1
[ 60] <s> got2: 35 3 17 1
[ 70] <s> got2: 35 3 17 1

0 comments on commit e00a87f

Please sign in to comment.