comparison tests/test-extension-timing.t @ 44619:8cab8db59b6c

tests: don't run couple of tests related to extensions loading with chg The couple of files test extensions loading and debugging that. It sets `devel.debug.extensions` to True to do that. Either we have to restart chg if this config is set or just don't run these tests on chg. I tried the first way by adding the config option to chgserver.py list of config subsections but that does not seem to work.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 25 Mar 2020 20:15:57 +0530
parents 6f2510b581a0
children
comparison
equal deleted inserted replaced
44618:97265a0c0a42 44619:8cab8db59b6c
1 #require no-chg
2
1 Test basic extension support 3 Test basic extension support
2 4
3 $ cat > foobar.py <<EOF 5 $ cat > foobar.py <<EOF
4 > import os 6 > import os
5 > from mercurial import commands, registrar 7 > from mercurial import commands, registrar