From f9fe8a8165cb05ca2d1a72620cff790415f09c58 Mon Sep 17 00:00:00 2001 From: Cesar Souza Date: Fri, 19 Jun 2015 18:07:18 +0200 Subject: [PATCH] Updating unit tests script for Mono. --- Build.sh | 0 Tests.cmd | 2 +- Tests.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Build.sh mode change 100644 => 100755 Tests.sh diff --git a/Build.sh b/Build.sh old mode 100644 new mode 100755 diff --git a/Tests.cmd b/Tests.cmd index 88ffa28a0..60f2f0f2e 100644 --- a/Tests.cmd +++ b/Tests.cmd @@ -16,7 +16,7 @@ set LIST=%LIST% "%TESTS%Accord.Tests.Neuro.dll" set LIST=%LIST% "%TESTS%Accord.Tests.Vision.dll" set LIST=%LIST% "%TESTS%Accord.Tests.Statistics.dll" -%NUNIT% -noxml -nodots -labels -stoponerror /process=multiple %LIST% /framework:net-4.0 +%NUNIT% -noxml -nodots -labels /process=multiple %LIST% /framework:net-4.0 diff --git a/Tests.sh b/Tests.sh old mode 100644 new mode 100755