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 could use 'break'. Thanks. -- Sean Whitton