Update of /cvsroot/jsbsim/JSBSim/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7137
Modified Files:
CheckAircrafts.py
Log Message:
Summary: Check all the initial conditions file. Do not skip to the next aircraft as soon as one IC file has successfully been loaded.
Index: CheckAircrafts.py
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/tests/CheckAircrafts.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** CheckAircrafts.py 30 Jan 2016 18:50:23 -0000 1.3
--- CheckAircrafts.py 11 Jun 2016 16:19:01 -0000 1.4
***************
*** 57,62 ****
self.fail('Failed to run IC %s for aircraft %s' % (f, d))
- break
-
del fdm
--- 57,60 ----
|