We now get the below error even if "reserve space"
testcase succeeds:
        "Error in log_end()"
This is because we passed Nil to log_end.

Signed-off-by: Eric Ren <z...@suse.com>
---
 programs/python_common/single_run-WIP.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/python_common/single_run-WIP.sh 
b/programs/python_common/single_run-WIP.sh
index 99f24cc..d474463 100755
--- a/programs/python_common/single_run-WIP.sh
+++ b/programs/python_common/single_run-WIP.sh
@@ -781,6 +781,7 @@ run_reserve_space()
                                done
 
                                do_umount ${mountpoint}
+                               RC=$?
 
                                log_end ${RC}
                        done
-- 
2.6.6


_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to