summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/esh-proc-tests.el
AgeCommit message (Expand)Author
2026-03-04Revert "Repair serious breakage in the batch tests."Michael Albinus
2026-02-26; Fix esh-proc-tests on MS-WindowsEli Zaretskii
2026-02-25Repair serious breakage in the batch tests.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-26Port Eshell tests to AndroidPo Lu
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-03Improve handling of Eshell "for" loopsJim Porter
2024-07-19Don't set exit info in Eshell if the command is being piped elsewhereJim Porter
2024-07-18Improve implementation of built-in Eshell "kill" commandJim Porter
2024-06-25Always perform Eshell process cleanup runs in the Eshell bufferJim Porter
2024-06-15; Improve last changeJim Porter
2024-06-15; Add command logging to some more Eshell testsJim Porter
2024-06-13; Minor editorial fixes to some Eshell testsJim Porter
2024-06-09Improve correctness of 'eshell-quote-argument'Jim Porter
2024-06-09A better fix for esh-proc-tests on MS-WindowsEli Zaretskii
2024-06-09Fix Eshell tests on MS-WindowsEli Zaretskii
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-01; Adjust Eshell regression tests to avoid SIGPIPEJim Porter
2023-09-12; Improve recent change to printing exit status in EshellJim Porter
2023-09-12Be more careful about when to print abnormal exit status in EshellJim Porter
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-08; Fix last changeJim Porter
2023-09-08; Fix name of an Eshell testJim Porter
2023-09-07Fix remote path setting in EshellJim Porter
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-04-02; Add tests for synchronous processes in EshellJim Porter
2023-01-23Don't try to make a pipe process for remote processes in EshellJim Porter
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-08; Fix a race condition in an Eshell testJim Porter
2022-09-04Let external Eshell processes send stdout and stderr to different placesJim Porter
2022-09-04Put Eshell's bookkeeping data for external processes on the process objectJim Porter
2022-08-31Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter
2022-08-29Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter
2022-08-21Mark another esh-proc test as unstableStefan Kangas
2022-08-21Mark esh-proc test as unstableLars Ingebrigtsen
2022-08-15Add 'eshell-command-result-equal' with an ERT explainerJim Porter
2022-08-15Provide ERT explainer for 'eshell-match-command-output'Jim Porter
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
2022-03-13Fix esh-proc-tests on macOSMattias EngdegÄrd
2022-03-12Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen
2022-03-07Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen
2022-02-25Fix Eshell process tests to (hopefully) work on all platformsJim Porter
2022-02-24Fix esh-proc-tests on MS-WindowsEli Zaretskii
2022-02-24Don't superfluously emit prompts when terminating processes in EshellJim Porter
2022-02-21Send SIGPIPE to external Eshell processes if their output target closesJim Porter