From: Antoine ELIAS Date: Mon, 21 Jan 2013 13:45:27 +0000 (+0100) Subject: test_run : mode_nwni disable Xcos tests X-Git-Tag: 5.4.1~591 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=997ec77a13ff57ab0501502c481ae02809a500db test_run : mode_nwni disable Xcos tests Change-Id: If53ed87109c0273215d9b39891f4c1a3c3a1c377 --- diff --git a/scilab/modules/development_tools/macros/test_run.sci b/scilab/modules/development_tools/macros/test_run.sci index 0ecca62..1e2799e 100644 --- a/scilab/modules/development_tools/macros/test_run.sci +++ b/scilab/modules/development_tools/macros/test_run.sci @@ -614,6 +614,11 @@ function status = test_single(_module, _testPath, _testName) end if ~isempty(grep(sciFile, "<-- XCOS TEST -->")) then + if _module.wanted_mode == "NWNI" then + status.id = 10; + status.message = "skipped: Test with xcos"; + return; + end xcosNeeded = %T; jvm = %T; end