[m-rev.] diff: fix completion test results
Zoltan Somogyi
zs at cs.mu.OZ.AU
Fri Mar 8 18:10:51 AEDT 2002
On 08-Mar-2002, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> completion.out: completion completion.inp
> - INPUTRC=completion.inputrc $(MDB) ./completion \
> - < completion.inp > completion.out 2>&1
> + INPUTRC=completion.inputrc $(MDB) ./completion < completion.inp 2>&1 | \
> + sed -e 's/There are [0-9]* debuggable modules, with a total of [0-9]* procedures./There are NNN debuggable modules, with a total of NNN procedures./' \
> + > completion.out 2>&1
The way all the other debugger test cases avoid this dependency is by
having the command "register --quiet" at the start of the input script;
the --quiet option was specifically intended for this purpose.
Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list