test-debugextensions: passes with byte-compilation disabled (issue5147)
authorKevin Bullock <kbullock@ringworld.org>
Sun, 20 Mar 2016 17:30:56 -0700
changeset 28615 a6573503342d
parent 28614 b927fe8bf0b9
child 28616 ca38d993b1b6
test-debugextensions: passes with byte-compilation disabled (issue5147)
tests/test-debugextensions.t
--- a/tests/test-debugextensions.t	Wed Mar 23 11:53:11 2016 +0800
+++ b/tests/test-debugextensions.t	Sun Mar 20 17:30:56 2016 -0700
@@ -25,21 +25,21 @@
 
   $ hg debugextensions -v
   color
-    location: */hgext/color.pyc (glob)
+    location: */hgext/color.py* (glob)
     tested with: internal
   ext1
-    location: */extwithoutinfos.pyc (glob)
+    location: */extwithoutinfos.py* (glob)
   histedit
-    location: */hgext/histedit.pyc (glob)
+    location: */hgext/histedit.py* (glob)
     tested with: internal
   mq
-    location: */hgext/mq.pyc (glob)
+    location: */hgext/mq.py* (glob)
     tested with: internal
   patchbomb
-    location: */hgext/patchbomb.pyc (glob)
+    location: */hgext/patchbomb.py* (glob)
     tested with: internal
   rebase
-    location: */hgext/rebase.pyc (glob)
+    location: */hgext/rebase.py* (glob)
     tested with: internal
 
   $ hg debugextensions -Tjson | sed 's|\\\\|/|g'
@@ -47,37 +47,37 @@
    {
     "buglink": "",
     "name": "color",
-    "source": "*/hgext/color.pyc", (glob)
+    "source": "*/hgext/color.py*", (glob)
     "testedwith": "internal"
    },
    {
     "buglink": "",
     "name": "ext1",
-    "source": "*/extwithoutinfos.pyc", (glob)
+    "source": "*/extwithoutinfos.py*", (glob)
     "testedwith": ""
    },
    {
     "buglink": "",
     "name": "histedit",
-    "source": "*/hgext/histedit.pyc", (glob)
+    "source": "*/hgext/histedit.py*", (glob)
     "testedwith": "internal"
    },
    {
     "buglink": "",
     "name": "mq",
-    "source": "*/hgext/mq.pyc", (glob)
+    "source": "*/hgext/mq.py*", (glob)
     "testedwith": "internal"
    },
    {
     "buglink": "",
     "name": "patchbomb",
-    "source": "*/hgext/patchbomb.pyc", (glob)
+    "source": "*/hgext/patchbomb.py*", (glob)
     "testedwith": "internal"
    },
    {
     "buglink": "",
     "name": "rebase",
-    "source": "*/hgext/rebase.pyc", (glob)
+    "source": "*/hgext/rebase.py*", (glob)
     "testedwith": "internal"
    }
   ]