##// END OF EJS Templates
tests: move baduisetup() test out of "#if demandimport"...
Martin von Zweigbergk -
r34845:f0a62afd default
parent child Browse files
Show More
@@ -514,6 +514,8 b' See also issue5208 for detail about exam'
514 514
515 515 $ (PYTHONPATH=${PYTHONPATH}${PATHSEP}${TESTTMP}; hg --config extensions.checkrelativity=$TESTTMP/checkrelativity.py checkrelativity)
516 516
517 #endif
518
517 519 Make sure a broken uisetup doesn't globally break hg:
518 520 $ cat > $TESTTMP/baduisetup.py <<EOF
519 521 > def uisetup(ui):
@@ -545,8 +547,6 b' Even though the extension fails during u'
545 547 This is free software; see the source for copying conditions. There is NO
546 548 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
547 549
548 #endif
549
550 550 $ cd ..
551 551
552 552 hide outer repo
General Comments 0
You need to be logged in to leave comments. Login now