From dcf7cfbc4b5b4cde8c26d7553c609c24e55e6996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Sat, 10 Oct 2015 02:26:40 +0200 Subject: [PATCH] Cosmetic change (testsuite). Do not print warnings with Matlab>=R2015b because of the exit command at the end of the run_test_matlab script. Do not print --- tests/run_test_matlab.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run_test_matlab.m b/tests/run_test_matlab.m index f6686ef70..191087c69 100644 --- a/tests/run_test_matlab.m +++ b/tests/run_test_matlab.m @@ -69,4 +69,5 @@ else end fprintf(fid,':cputime: %f\n', ecput); fclose(fid); -exit; +warning off +exit