From aa14422464ef5d3e53bdd4209673ab4bf67229f6 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel@sedna.cepremap.org>
Date: Sun, 18 Sep 2011 15:58:32 +0200
Subject: [PATCH] tests: closing graphic windows after each individual test

---
 tests/run_test_matlab.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/run_test_matlab.m b/tests/run_test_matlab.m
index dfb549549..2602df7e9 100644
--- a/tests/run_test_matlab.m
+++ b/tests/run_test_matlab.m
@@ -55,6 +55,7 @@ while ~isempty(name)
         printMakeCheckMatlabErrMsg(modfile, exception);
         clear exception
     end
+    close all
     delete('wsMat.mat')
 
     cd(top_test_dir);
-- 
GitLab