Index: tools/testrunner/local/testsuite.py |
diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py |
index b7d20d108554d98af86b7e01d93d4ffb37b92012..c8e43521e71e8e3be99842d98bb8d250e0eb15c8 100644 |
--- a/tools/testrunner/local/testsuite.py |
+++ b/tools/testrunner/local/testsuite.py |
@@ -221,7 +221,7 @@ class TestSuite(object): |
globs = [] |
exact_matches = [] |
for a in args: |
- argpath = a.split(os.path.sep) |
+ argpath = a.split('/') |
if argpath[0] != self.name: |
continue |
if len(argpath) == 1 or (len(argpath) == 2 and argpath[1] == '*'): |