ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/testcases/cal/test_histo.py
(Generate patch)

Comparing ray/test/testcases/cal/test_histo.py (file contents):
Revision 1.1 by schorsch, Mon Mar 28 17:48:43 2016 UTC vs.
Revision 1.2 by schorsch, Tue Apr 19 21:19:59 2016 UTC

# Line 18 | Line 18 | class HistoTestCase(unittest.TestCase, ProcMixin):
18                  except Error as e:
19                          self.fail('%s [%s]' % (str(e), self.qjoin(cmd)))
20                  finally:
21 <                        proc.wait()
21 >                        if 'proc' in locals():
22 >                                proc.wait()
23                  return lcompare.split_rad(raw)
24  
25          def test_histo(self):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines