2007-04-17 Joel Sherrill <joel@OARcorp.com>

* psim/tools/runtest: Do not run pppd.exe from batch mode script.
This commit is contained in:
Joel Sherrill
2007-04-17 17:37:46 +00:00
parent c41b1ac1e1
commit 70845d158d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* psim/tools/runtest: Do not run pppd.exe from batch mode script.
2007-01-29 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/VMEConfig.h:

View File

@@ -151,7 +151,7 @@ do
case $tname in
# size is no longer interactive.
monitor*| termios*| fileio*)
monitor* | termios* | fileio* | pppd*)
if [ $run_to_completion = "yes" ]
then
warn "Skipping $tname; it is interactive"