From 41ab9a4b7e77d1e527c6a40ff9089dc5adc91ffc Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 14 May 1998 18:50:37 +0000 Subject: [PATCH] * lib/sim-defs.exp (sim_run): Fix handling of output redirection. New arg prog_opts. All callers updated. --- sim/testsuite/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index ab617278fe..db371271d1 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu May 14 11:48:35 1998 Doug Evans + + * lib/sim-defs.exp (sim_run): Fix handling of output redirection. + New arg prog_opts. All callers updated. + +Fri May 8 18:10:28 1998 Jillian Ye + + * Makefile.in: Made "check" the target of two + dependencies (test1, test2) so that test2 get a chance to + run even when test1 failed if "make -k check" is used. + Fri May 8 14:41:28 1998 Doug Evans * lib/sim-defs.exp (sim_version): Simplify.