tests/test-contrib-emacs.t
author Pulkit Goyal <pulkit@yandex-team.ru>
Sat, 08 Jun 2019 19:20:31 +0300
changeset 42448 bc7b07bb36cc
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
py3: add test-contrib-emacs.t to passing tests list I installed emacs on the server running buildbot and the test started passing on Python 3. Lets add it to the list of passing test. Differential Revision: https://phab.mercurial-scm.org/D6500

#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)