Skip to content

Commit

Permalink
Drop conditional testing on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Sep 22, 2024
1 parent ede868e commit c6d3c0c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,5 @@ dotnet reportgenerator -reports:MoreLinq.Test/TestResults/coverage-*.opencover.x
-reporttypes:Html\;TextSummary \
-targetdir:MoreLinq.Test/TestResults/reports
cat MoreLinq.Test/TestResults/reports/Summary.txt
if [[ -z `which mono 2>/dev/null` ]]; then
echo>&2 NOTE! Mono does not appear to be installed so unit tests
echo>&2 against the Mono runtime will be skipped.
else
for c in $configs; do
mono MoreLinq.Test/bin/$c/net471/MoreLinq.Test.exe
done
fi
dotnet publish MoreLinq.Test.Aot
"$(find MoreLinq.Test.Aot -type d -name publish)/MoreLinq.Test.Aot"

0 comments on commit c6d3c0c

Please sign in to comment.