From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: run emacs in batch mode without a tty Date: Fri, 3 Jul 2015 02:14:58 -0700 (PDT) Message-ID: <74b79522-cff4-4173-ad1c-178ffdce70fd@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1435915036 13329 80.91.229.3 (3 Jul 2015 09:17:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jul 2015 09:17:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 03 11:17:14 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZAx5u-00078p-8a for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2015 11:17:14 +0200 Original-Received: from localhost ([::1]:39969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAx5t-0001PK-L9 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2015 05:17:13 -0400 X-Received: by 10.182.200.197 with SMTP id ju5mr44572796obc.28.1435914899128; Fri, 03 Jul 2015 02:14:59 -0700 (PDT) X-Received: by 10.140.86.105 with SMTP id o96mr35205qgd.11.1435914899058; Fri, 03 Jul 2015 02:14:59 -0700 (PDT) Original-Path: usenet.stanford.edu!ff1no1332109igc.0!news-out.google.com!4ni34962qgh.1!nntp.google.com!t90no575183qga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Fri, 03 Jul 2015 09:14:59 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213094 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105380 Archived-At: Hi all, I would like to run my elisp unit tests in a docker container, but my CI doesn't let me enable a tty when I'm doing this. Given that the tests would only be using a dumb terminal anyway, it really just needs to be mocked out, but I don't have anything under `/dev/tty*` Is it possible to run emacs in batch mode without access to a tty? Is there a way to mock a tty for these purposes? No user input is expected throughout the entire run. Best regards, Sam