From 4fc9124372a146e16a3de5fe9fafbcc4d8c39e79 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 18 Oct 2016 15:04:03 +0200 Subject: [PATCH] =?UTF-8?q?test=20suite:=20remove=20=E2=80=98exit;?= =?UTF-8?q?=E2=80=99=20causes=20octave=204.2.0=20rc2=20to=20terminate=20wi?= =?UTF-8?q?th=20uncaught=20exception=20of=20type=20octave::exit=5Fexceptio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/run_o_script.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/run_o_script.m b/tests/run_o_script.m index 317f8cc183..1f62d2d000 100644 --- a/tests/run_o_script.m +++ b/tests/run_o_script.m @@ -1,4 +1,4 @@ -## Copyright (C) 2015 Dynare Team +## Copyright (C) 2015-2016 Dynare Team ## ## This file is part of Dynare. ## @@ -44,8 +44,6 @@ else fprintf(fid,':list-of-passed-tests: %s\n', [name '.m']); end fclose(fid); -exit; - ## Local variables: ## mode: Octave -- GitLab