bug#72952: 30.0.90; Want way to break out of Eshell for loop

2024-09-12 Thread Sean Whitton
Hello, On Sun 08 Sep 2024 at 05:59pm -07, Jim Porter wrote: > On 9/2/2024 1:26 AM, Sean Whitton wrote: >> X-debbugs-cc: jporterb...@gmail.com >> I am trying to run a series of tests like this: >> % for test in tests/tests/tagupl* { tests/using-intree $test } >> I want the command to give up

bug#72952: 30.0.90; Want way to break out of Eshell for loop

2024-09-08 Thread Jim Porter
On 9/2/2024 1:26 AM, Sean Whitton wrote: X-debbugs-cc: jporterb...@gmail.com I am trying to run a series of tests like this: % for test in tests/tests/tagupl* { tests/using-intree $test } I want the command to give up as soon as one of the tests fails. But I don't think there is any way

bug#72952: 30.0.90; Want way to break out of Eshell for loop

2024-09-02 Thread Sean Whitton
X-debbugs-cc: jporterb...@gmail.com I am trying to run a series of tests like this: % for test in tests/tests/tagupl* { tests/using-intree $test } I want the command to give up as soon as one of the tests fails. But I don't think there is any way to break out of the loop? In POSIX sh, you