From ac4cf430c7b44818464c9d019469deaf79a432d5 Mon Sep 17 00:00:00 2001 From: "rghetta@larix.it" Date: Wed, 18 Apr 2012 17:59:04 +0200 Subject: adds option generate_user to control .user files --HG-- branch : WDS-build --- tests/actions/test_clean.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/actions/test_clean.lua b/tests/actions/test_clean.lua index f0badbc..bd205d6 100644 --- a/tests/actions/test_clean.lua +++ b/tests/actions/test_clean.lua @@ -93,7 +93,9 @@ kind "ConsoleApp" prepare() test.contains(removed, "MyProject.csproj") - test.contains(removed, "MyProject.csproj.user") + if _OPTIONS.generate_user then + test.contains(removed, "MyProject.csproj.user") + end test.contains(removed, "MyProject.pdb") test.contains(removed, "MyProject.idb") test.contains(removed, "MyProject.ilk") -- cgit v1.2.3