##// 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 Verify that we can try other ports
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 $ hg serve -R inuse -p $HGPORT -d --pid-file=blocks.pid
567 $ hg serve -R inuse -p $HGPORT -d --pid-file=blocks.pid
563 $ cat blocks.pid >> $DAEMON_PIDS
568 $ cat blocks.pid >> $DAEMON_PIDS
564 $ cat > test-serve-inuse.t <<EOF
569 $ cat > test-serve-inuse.t <<EOF
General Comments 0
You need to be logged in to leave comments. Login now