From f7ae98eb1dcadf07139b6b4a7e678f675e901e7d Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Tue, 15 Dec 2015 09:46:21 -0800 Subject: [PATCH] Fix runtests.sh --- scripts/test/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/runtests.sh b/scripts/test/runtests.sh index c54c27673..a31263201 100755 --- a/scripts/test/runtests.sh +++ b/scripts/test/runtests.sh @@ -39,7 +39,7 @@ pushd "$TestBinRoot" for project in ${TestProjects[@]} do - ./corerun "xunit.console.netcore.exe" "$project.dll" -xml "project.xml" + ./corerun "xunit.console.netcore.exe" "$project.dll" -xml "project.xml" -notrait category=failing done popd