Am 5/6/2010 8:44, schrieb Jonathan Nieder: > test_when_finished () { > test_cleanup="$* && $test_cleanup" > } I'm wondering why you want this test_cleanup at all? Is it so that subsequent tests can succeed even if an earlier test failed before its regular cleanup? I don't see what this buys you. If a test case uncovers a regression, you got to fix it - who cares how many later tests fail or not? Once you are finished with your change, all tests will pass anyway (including their regular cleanups). -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html