tests/test-contrib-emacs.t
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Nov 2020 08:29:55 -0800
changeset 45837 2eb8ad899fa6
parent 45449 814c7430f828
permissions -rw-r--r--
errors: raise InputError in fancyopts If a value of wrong type is passed to a command line flag, that's cleary an InputError. Differential Revision: https://phab.mercurial-scm.org/D9308

#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* (glob)
  
  Ran 1 tests, 1 results as expected* (glob)