Hi! > The fs_bind testcases creates the mount directories for testing. > When the testcase exits, those directories were not properly unmounted. > The reason of the issues are: > > 1. Some directories were kept mounted, even after the cleanup() routine, as > the unmount code is missing. > 2. Some "umount" command execution fails, as they are dependent on some > other mounted directories. > > Error Report > ------------ > rbind/test02 1 TPASS : rbind/test02: PASSED > /kvt.new/ltp/testscripts/test_fs_bind.sh 0 TWARN : rbind/test02 did not > properly clean up "/tmp/ltp-XXXX9qdYqG/sandbox" > > rbind/test38 1 TPASS : rbind/test38: PASSED > /kvt.new/ltp/testscripts/test_fs_bind.sh 0 TWARN : rbind/test38 did not > properly clean up "/tmp/ltp-XXXX9qdYqG/sandbox" > > This patch add/reorder the unmount code to fix the above TWARN messages. > > Modified-by: Jan Stancek <[email protected]> > Signed-off-by: Siva <[email protected]>
Pushed, thanks. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
