diff tests/test-bad-extension.t @ 44623: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 5ed1abd0ea26
children fcd464e6a482
line wrap: on
line diff
--- a/tests/test-bad-extension.t	Wed Mar 25 20:33:15 2020 +0530
+++ b/tests/test-bad-extension.t	Wed Mar 25 20:15:57 2020 +0530
@@ -1,3 +1,4 @@
+#require no-chg
   $ filterlog () {
   >   sed -e 's!^[0-9/]* [0-9:]* ([0-9]*)>!YYYY/MM/DD HH:MM:SS (PID)>!'
   > }