From: Ramya BS <ra...@linux.vnet.ibm.com>

Description:
when we run the script for the first time, all the test will run successfully 
and PASS .
but on the same machine if we run the same script for the 2nd time we see TBROK 
.

TBROK was seen because the script was not cleaning the files it created during 
the first run.
so added TWARN "did not properly clean up files" and then removing the files 
and continuing with the test .

Signed-off-by: Ramya BS <ra...@linux.vnet.ibm.com>
---
 testscripts/test_fs_bind.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testscripts/test_fs_bind.sh b/testscripts/test_fs_bind.sh
index 792fff2..b6cb58f 100755
--- a/testscripts/test_fs_bind.sh
+++ b/testscripts/test_fs_bind.sh
@@ -343,8 +343,8 @@ save_sandbox()
 
        if [ -e "$2/files.before" ]; then
                if [ -e "$2/files.after" ]; then
-                       tst_brkm TBROK true "${tname}: stale catalog of 
\"${sandbox}\""
-                       return 1
+                       tst_resm TWARN true "${tname}: did not properly clean 
up files"
+                       rm -f "$2/files.after" 
                fi
                when="after"
        fi
-- 
1.7.1




Thanks&Regards,
Ramya BS


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to