On Wed, Jan 27, 2016 at 09:08:51AM +0100, Manuel Bouyer wrote: > fs/psshfs/t_psshfs (493/641): 3 test cases > inode_nos: atf-run: ERROR: tools::fs::file_info: Cannot get information > of / > tmp/atf-run.mCXF4l/mnt; lstat(2) failed: Device not configured > [2.017885s] Passed. > atf-report: ERROR: 26421: Unexpected token `<<EOF>>'; expected start of > atf-report: test case
Sounds like a rump server process died. It would be great to have an option to avoid the automatic removal of the temporary test directory for such cases (assuming that is where the core has been dumped). But since this test is a shell script, you could try to add something like "cp *.core /tmp" to the cleanup function. Martin
