Fix runtests.sh
This commit is contained in:
parent
f910bc9eff
commit
f7ae98eb1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue