tests/run-tests.py
branchstable
changeset 1216 192cebcd59a0
parent 1215 62ff53b05730
child 1218 d29df508e187
--- a/tests/run-tests.py	Wed Feb 13 21:58:52 2013 +0100
+++ b/tests/run-tests.py	Mon Oct 15 23:28:45 2012 +0200
@@ -542,6 +542,11 @@
     # The only supported special characters are * and ? plus / which also
     # matches \ on windows. Escaping of these caracters is supported.
     if el + '\n' == l:
+        if os.name == 'nt':
+            # matching on "/" is not needed for this line
+            iolock.acquire()
+            print "\nInfo, unnecessary glob: %s (glob)" % el
+            iolock.release()
         return True
     i, n = 0, len(el)
     res = ''