Skip to content
Snippets Groups Projects
Commit ea7e49e8 authored by Morris Jette's avatar Morris Jette
Browse files

Add note about possible reason for test failure

parent 8bc8bdf4
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,9 @@ proc end_it { exit_code } { ...@@ -68,6 +68,9 @@ proc end_it { exit_code } {
if {$exit_code == 0} { if {$exit_code == 0} {
exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so
print_success $test_id print_success $test_id
} else {
send_user "\nFAILURE: This may be due to NFS sychronization problems: "
send_user "Multiple processes on differrent nodes writing to the same file\n"
} }
exit $exit_code exit $exit_code
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment