index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
eshell
/
esh-proc-tests.el
Age
Commit message (
Expand
)
Author
2026-03-04
Revert "Repair serious breakage in the batch tests."
Michael Albinus
2026-02-26
; Fix esh-proc-tests on MS-Windows
Eli Zaretskii
2026-02-25
Repair serious breakage in the batch tests.
Eric S. Raymond
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-26
Port Eshell tests to Android
Po Lu
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-03
Improve handling of Eshell "for" loops
Jim Porter
2024-07-19
Don't set exit info in Eshell if the command is being piped elsewhere
Jim Porter
2024-07-18
Improve implementation of built-in Eshell "kill" command
Jim Porter
2024-06-25
Always perform Eshell process cleanup runs in the Eshell buffer
Jim Porter
2024-06-15
; Improve last change
Jim Porter
2024-06-15
; Add command logging to some more Eshell tests
Jim Porter
2024-06-13
; Minor editorial fixes to some Eshell tests
Jim Porter
2024-06-09
Improve correctness of 'eshell-quote-argument'
Jim Porter
2024-06-09
A better fix for esh-proc-tests on MS-Windows
Eli Zaretskii
2024-06-09
Fix Eshell tests on MS-Windows
Eli Zaretskii
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-01
; Adjust Eshell regression tests to avoid SIGPIPE
Jim Porter
2023-09-12
; Improve recent change to printing exit status in Eshell
Jim Porter
2023-09-12
Be more careful about when to print abnormal exit status in Eshell
Jim Porter
2023-09-09
Merge from origin/emacs-29
Eli Zaretskii
2023-09-08
; Fix last change
Jim Porter
2023-09-08
; Fix name of an Eshell test
Jim Porter
2023-09-07
Fix remote path setting in Eshell
Jim Porter
2023-09-04
Use new ERT `skip-when` macro in tests
Stefan Kangas
2023-04-02
; Add tests for synchronous processes in Eshell
Jim Porter
2023-01-23
Don't try to make a pipe process for remote processes in Eshell
Jim Porter
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-09-08
; Fix a race condition in an Eshell test
Jim Porter
2022-09-04
Let external Eshell processes send stdout and stderr to different places
Jim Porter
2022-09-04
Put Eshell's bookkeeping data for external processes on the process object
Jim Porter
2022-08-31
Don't fail Eshell ERT tests when an internal signal gets raised
Jim Porter
2022-08-29
Handle 'eshell-pipe-broken' when evaluating Lisp forms in Eshell
Jim Porter
2022-08-21
Mark another esh-proc test as unstable
Stefan Kangas
2022-08-21
Mark esh-proc test as unstable
Lars Ingebrigtsen
2022-08-15
Add 'eshell-command-result-equal' with an ERT explainer
Jim Porter
2022-08-15
Provide ERT explainer for 'eshell-match-command-output'
Jim Porter
2022-08-05
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-03-13
Fix esh-proc-tests on macOS
Mattias EngdegÄrd
2022-03-12
Disable esh-proc-test/kill-pipeline on EMBA
Lars Ingebrigtsen
2022-03-07
Fix esh-proc-test/kill-pipeline-head loop syntax
Lars Ingebrigtsen
2022-02-25
Fix Eshell process tests to (hopefully) work on all platforms
Jim Porter
2022-02-24
Fix esh-proc-tests on MS-Windows
Eli Zaretskii
2022-02-24
Don't superfluously emit prompts when terminating processes in Eshell
Jim Porter
2022-02-21
Send SIGPIPE to external Eshell processes if their output target closes
Jim Porter