From 8291d7b619310a34cb17f30c428706a295dc11de Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Mon, 14 Mar 2016 11:36:21 +0100 Subject: [PATCH] Build: fix 'test quick' test category filter --- build.fsx | 2 +- src/UnitTests/UnitTests-Net35.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.fsx b/build.fsx index ed684152..979701ab 100644 --- a/build.fsx +++ b/build.fsx @@ -492,7 +492,7 @@ Target "DataBuild" (fun _ -> build !! "MathNet.Numerics.Data.sln") // -------------------------------------------------------------------------------------- let test target = - let quick p = if hasBuildParam "quick" then { p with Where="!~LongRunning" } else p + let quick p = if hasBuildParam "quick" then { p with Where="cat!=LongRunning" } else p NUnit3 (fun p -> { p with ShadowCopy = false diff --git a/src/UnitTests/UnitTests-Net35.csproj b/src/UnitTests/UnitTests-Net35.csproj index b1747a02..764c0336 100644 --- a/src/UnitTests/UnitTests-Net35.csproj +++ b/src/UnitTests/UnitTests-Net35.csproj @@ -58,7 +58,7 @@ - +