[mono/monodevelop] c4a1ce12: [Wintest.sh] Let's glob better now, shall we?

"Therzok ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141eb1cd36f-e2159fa5-fb06-4f91-91fd-4d7d93495a84-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/1dae2e7467f0...c4a1ce124190

   Commit: c4a1ce1241903dc8d451945a3b677a86271d354c
   Author: Therzok <[email protected]> (Therzok)
     Date: 2013-10-24 15:35:28 GMT
      URL: https://github.com/mono/monodevelop/commit/c4a1ce1241903dc8d451945a3b677a86271d354c

[Wintest.sh] Let's glob better now, shall we?

Changed paths:
  M main/wintest.sh

Modified: main/wintest.sh
===================================================================
@@ -4,7 +4,7 @@ if [ $# -lt 1 ]; then
 	build/bin/mdtool run-md-tests external/nrefactory/bin/Debug/ICSharpCode.NRefactory.Tests.dll
 else
 	for arg in $@; do
-		if [[ $arg == "ICSharpCode.NRefactory.Tests.dll" ]]; 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"


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.