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[@]}
|
for project in ${TestProjects[@]}
|
||||||
do
|
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
|
done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue