##// END OF EJS Templates
tests: work around potential repo incompatibility...
Gregory Szorc -
r37452:3fbd8b86 default
parent child Browse files
Show More
@@ -558,7 +558,12 b' Verify that when a process fails to star'
558 558
559 559 Verify that we can try other ports
560 560 ===================================
561 $ hg init inuse
561
562 Extensions aren't inherited by the invoked run-tests.py. An extension
563 introducing a repository requirement could cause this to fail. So we force
564 HGRCPATH to get a clean environment.
565
566 $ HGRCPATH= hg init inuse
562 567 $ hg serve -R inuse -p $HGPORT -d --pid-file=blocks.pid
563 568 $ cat blocks.pid >> $DAEMON_PIDS
564 569 $ cat > test-serve-inuse.t <<EOF
General Comments 0
You need to be logged in to leave comments. Login now