[mono/monodevelop] abd09cce: [wintest.sh] Append /build/tests/ to the assembly name if it isn't there.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141eb09702a-0775ba84-8a59-4ebc-be20-576d573e2792-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/c9f728a4c475...abd09cce5668
Commit: abd09cce5668f915ef874d8ad4488f6bdf2417af
Author: Therzok <[email protected]> (Therzok)
Date: 2013-10-24 15:14:48 GMT
URL: https://github.com/mono/monodevelop/commit/abd09cce5668f915ef874d8ad4488f6bdf2417af
[wintest.sh] Append /build/tests/ to the assembly name if it isn't there.
Changed paths:
M main/wintest.sh
Modified: main/wintest.sh
===================================================================
@@ -3,6 +3,9 @@ if [ $# -lt 1 ]; then
build/bin/mdtool run-md-tests build/tests/*.Tests.dll
else
for arg in $@; do
+ if [[ $arg != build/tests/* ]]; then
+ arg="build/tests/$arg"
+ fi
build/bin/mdtool run-md-tests $arg
done
fi
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches