https://bugzilla.redhat.com/show_bug.cgi?id=1375440
Nigel Babu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |[email protected] Resolution|--- |CURRENTRELEASE Last Closed| |2016-09-13 03:11:46 --- Comment #1 from Nigel Babu <[email protected]> --- This was because the bash script had `set -e` and cleanup is called before the test starts. Since the log wouldn't exist, it would fail. The fix was adding an `rm -rf`. See: https://github.com/gluster/glusterfs-patch-acceptance-tests/commit/fc1fdb39c37b2a19c1c6f201a49646c82facb919 Fix committed and deployed to all servers. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6c9YG5OGlC&a=cc_unsubscribe _______________________________________________ Gluster-infra mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-infra
