diff --git a/tests/run_o_script.m b/tests/run_o_script.m
index 317f8cc1830b28badcb4b47fdbcd8bb0963850ae..1f62d2d00021da0713c947d3bf791550037bf25e 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