Subject: [MTT users] Why is this loop_spawn test result marked FAIL? From: Ethan Mallove (ethan.mallove_at_[hidden]) Date: 2010-04-14 10:51:33
This loop_spawn test appears to have passed, though it's marked as FAIL:
http://www.open-mpi.org/mtt/index.php?do_redir=1233
Its pass condition is set to:
pass = &and(&test_wifexited(), &eq(&test_wexitstatus(), 0))
-Ethan