##// END OF EJS Templates
test-globalopts: make the test compatible with chg...
Saurabh Singh -
r34444:f2268edf default
parent child Browse files
Show More
@@ -263,8 +263,14 b' Testing --debug:'
263
263
264 Testing --traceback:
264 Testing --traceback:
265
265
266 #if no-chg
266 $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
267 $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
267 Traceback (most recent call last):
268 Traceback (most recent call last):
269 #else
270 Traceback for '--config' errors not supported with chg.
271 $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
272 [1]
273 #endif
268
274
269 Testing --time:
275 Testing --time:
270
276
General Comments 0
You need to be logged in to leave comments. Login now