tests/test-contrib-emacs.t
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 26 Mar 2020 14:01:31 +0530
changeset 44624 1bc345d488fd
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
tests: don't run test-update-atomic.t on chg I am unable to find a good way to make `showwrites` extension in it to work with chg. Also putting the use of showwrites inside `if no-chg` will defeat the purpose of test, so I just made the test no-op on chg.

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