diff options
Diffstat (limited to 'php/test/Ice/ini/Client.php')
-rw-r--r-- | php/test/Ice/ini/Client.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php/test/Ice/ini/Client.php b/php/test/Ice/ini/Client.php index 47eade542b2..1594ae0a188 100644 --- a/php/test/Ice/ini/Client.php +++ b/php/test/Ice/ini/Client.php @@ -21,7 +21,8 @@ function test($b) if(!$b) { $bt = debug_backtrace(); - die("\ntest failed in ".$bt[0]["file"]." line ".$bt[0]["line"]."\n"); + echo "\ntest failed in ".$bt[0]["file"]." line ".$bt[0]["line"]."\n"; + exit(1); } } |