Fix runtests.sh

This commit is contained in:
Sridhar Periyasamy 2015-12-15 09:46:21 -08:00
parent f910bc9eff
commit f7ae98eb1d

View file

@ -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