Skip to content

Commit c6d3c0c

Browse files
committed
Drop conditional testing on Mono
1 parent ede868e commit c6d3c0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test.sh

-8
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,5 @@ dotnet reportgenerator -reports:MoreLinq.Test/TestResults/coverage-*.opencover.x
2323
-reporttypes:Html\;TextSummary \
2424
-targetdir:MoreLinq.Test/TestResults/reports
2525
cat MoreLinq.Test/TestResults/reports/Summary.txt
26-
if [[ -z `which mono 2>/dev/null` ]]; then
27-
echo>&2 NOTE! Mono does not appear to be installed so unit tests
28-
echo>&2 against the Mono runtime will be skipped.
29-
else
30-
for c in $configs; do
31-
mono MoreLinq.Test/bin/$c/net471/MoreLinq.Test.exe
32-
done
33-
fi
3426
dotnet publish MoreLinq.Test.Aot
3527
"$(find MoreLinq.Test.Aot -type d -name publish)/MoreLinq.Test.Aot"

0 commit comments

Comments
 (0)