tests/test-contrib-emacs.t
author Pulkit Goyal <pulkit@yandex-team.ru>
Wed, 20 Mar 2019 20:42:10 +0300
changeset 41990 22ed63869835
parent 41788 19979b8b87e2
child 45449 814c7430f828
permissions -rw-r--r--
tests: glob seconds in test-upgrade-repo.t I had the test failing locally for me with diff showing `1.4s` instead of 0.0s Differential Revision: https://phab.mercurial-scm.org/D6161

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support
  
  Ran 1 tests, 1 results as expected (*) (glob)