tests/test-config-case.t
author Bryan O'Sullivan <bryano@fb.com>
Tue, 15 Jan 2013 13:33:28 -0800
changeset 18383 6880eae9f861
parent 17015 73d20de5f30b
permissions -rw-r--r--
run-tests: exit cleanly if parallel run is interrupted If interrupted while running with "--jobs N", run-tests asynchronously spewed a bunch of output and backtraces from both the master and slave processes, leaving the terminal full of goop. This patch makes it behave more sensibly.

hide outer repo
  $ hg init

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case