[mono/monodevelop] 1dae2e74: [WinTest.sh] Fix this file more.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141eb1836a5-a77b87d6-5d61-4c5a-bf45-a22eef52b390-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/abd09cce5668...1dae2e7467f0
Commit: 1dae2e7467f01ea8272758313eae3dd088e86f21
Author: Therzok <[email protected]> (Therzok)
Date: 2013-10-24 15:30:56 GMT
URL: https://github.com/mono/monodevelop/commit/1dae2e7467f01ea8272758313eae3dd088e86f21
[WinTest.sh] Fix this file more.
Changed paths:
M main/wintest.sh
Modified: main/wintest.sh
===================================================================
@@ -1,11 +1,15 @@
if [ $# -lt 1 ]; then
build/bin/mdtool run-md-tests build/tests/UnitTests.dll
build/bin/mdtool run-md-tests build/tests/*.Tests.dll
+ build/bin/mdtool run-md-tests external/nrefactory/bin/Debug/ICSharpCode.NRefactory.Tests.dll
else
for arg in $@; do
- if [[ $arg != build/tests/* ]]; then
+ if [[ $arg == "ICSharpCode.NRefactory.Tests.dll" ]]; then
+ arg="external/nrefactory/bin/Debug/ICSharpCode.NRefactory.Tests.dll"
+ elif [[ $arg != build/tests/* ]]; then
arg="build/tests/$arg"
fi
- build/bin/mdtool run-md-tests $arg
+
+ (build/bin/mdtool run-md-tests $arg) || exit $?
done
fi
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches