diff --git a/tests/test-globalopts.t b/tests/test-globalopts.t --- a/tests/test-globalopts.t +++ b/tests/test-globalopts.t @@ -263,8 +263,14 @@ Testing --traceback: +#if no-chg $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback' Traceback (most recent call last): +#else +Traceback is not supported for chg. + $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback' + [1] +#endif Testing --time: