aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-proc-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Improve handling of Eshell "for" loopsJim Porter2024-11-031-10/+13
* Don't set exit info in Eshell if the command is being piped elsewhereJim Porter2024-07-191-1/+4
* Improve implementation of built-in Eshell "kill" commandJim Porter2024-07-181-0/+24
* Always perform Eshell process cleanup runs in the Eshell bufferJim Porter2024-06-251-0/+16
* ; Improve last changeJim Porter2024-06-151-3/+10
* ; Add command logging to some more Eshell testsJim Porter2024-06-151-20/+22
* ; Minor editorial fixes to some Eshell testsJim Porter2024-06-131-10/+10
* Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-091-7/+3
* A better fix for esh-proc-tests on MS-WindowsEli Zaretskii2024-06-091-14/+10
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-091-6/+17
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Adjust Eshell regression tests to avoid SIGPIPEJim Porter2023-10-011-13/+7
* | ; Improve recent change to printing exit status in EshellJim Porter2023-09-121-5/+4
* | Be more careful about when to print abnormal exit status in EshellJim Porter2023-09-121-0/+10
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-0/+15
|\ \ | |/
| * Fix remote path setting in EshellJim Porter2023-09-071-0/+15
* | ; Fix last changeJim Porter2023-09-081-12/+13
* | ; Fix name of an Eshell testJim Porter2023-09-081-1/+1
* | Use new ERT `skip-when` macro in testsStefan Kangas2023-09-041-1/+1
* | ; Add tests for synchronous processes in EshellJim Porter2023-04-021-0/+53
|/
* Don't try to make a pipe process for remote processes in EshellJim Porter2023-01-231-0/+13
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix a race condition in an Eshell testJim Porter2022-09-081-2/+4
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-0/+30
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-12/+83
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0
* Mark another esh-proc test as unstableStefan Kangas2022-08-211-0/+2
* Mark esh-proc test as unstableLars Ingebrigtsen2022-08-211-0/+2
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-15/+16
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-2/+2
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-0/+43
* Fix esh-proc-tests on macOSMattias EngdegÄrd2022-03-131-1/+1
* Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen2022-03-121-0/+3
* Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen2022-03-071-1/+1
* Fix Eshell process tests to (hopefully) work on all platformsJim Porter2022-02-251-4/+5
* Fix esh-proc-tests on MS-WindowsEli Zaretskii2022-02-241-2/+3
* Don't superfluously emit prompts when terminating processes in EshellJim Porter2022-02-241-0/+46
* Send SIGPIPE to external Eshell processes if their output target closesJim Porter2022-02-211-0/+45