From 0ad4a024ed981b6f15def137f7739c1a108ae2c0 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Thu, 26 Jan 2012 13:08:33 +0100
Subject: [PATCH] TEST: update pyTvBug441 for more info

---
 Testing/Code/Wrappers/Python/Bug441.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/Wrappers/Python/Bug441.py b/Testing/Code/Wrappers/Python/Bug441.py
index 8ee8833780..6eeba4baa4 100644
--- a/Testing/Code/Wrappers/Python/Bug441.py
+++ b/Testing/Code/Wrappers/Python/Bug441.py
@@ -19,6 +19,6 @@ StereoSensorModelToElevationMap.SetParameterString("elev.dem.geoid", "geoid_wron
 try:
   StereoSensorModelToElevationMap.ExecuteAndWriteOutput()
 except:
-  sys.exit( 1 )
+  raise
 
 sys.exit( 0 )
-- 
GitLab