Running Unit test cases throws an error

2 views
Skip to first unread message

kshitij Agrawal

unread,
Jan 18, 2017, 6:51:39 AM1/18/17
to FAKE - F# Make
Hi , 
I am trying to run unit test cases from fake  , 
while i run the script , it throws an error , i.e. 
access to the path c:/users/local/application data is denied.

Code :

    Target "Test" (fun _ ->
!! (testDir + "/NUnit.Test.*.dll")
 |> NUnit (fun p ->
 {p with
DisableShadowCopy = true;
OutputFile = testDir + "TestResults.xml" }))

Steffen Forkmann

unread,
Jan 18, 2017, 7:48:16 AM1/18/17
to fshar...@googlegroups.com

Looks like it’s an issue with the tests itself.

Can you try running nunit from command line and see if it’s same error?

--
Sie erhalten diese Nachricht, weil Sie in Google Groups E-Mails von der Gruppe "FAKE - F# Make" abonniert haben.
Wenn Sie sich von dieser Gruppe abmelden und keine E-Mails mehr von dieser Gruppe erhalten möchten, senden Sie eine E-Mail an fsharpMake+...@googlegroups.com.
Weitere Optionen finden Sie unter https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages