[svn] commit: r2235 - in /branches/tingting-loadzone/src/bin/loadzone/tests/correct: clean.sh correct_test.sh.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 23 09:26:09 UTC 2010
Author: shentingting
Date: Wed Jun 23 09:26:09 2010
New Revision: 2235
Log:
Change corret_test.py.in file to clean tmp files
Removed:
branches/tingting-loadzone/src/bin/loadzone/tests/correct/clean.sh
Modified:
branches/tingting-loadzone/src/bin/loadzone/tests/correct/correct_test.sh.in
Modified: branches/tingting-loadzone/src/bin/loadzone/tests/correct/correct_test.sh.in
==============================================================================
--- branches/tingting-loadzone/src/bin/loadzone/tests/correct/correct_test.sh.in (original)
+++ branches/tingting-loadzone/src/bin/loadzone/tests/correct/correct_test.sh.in Wed Jun 23 09:26:09 2010
@@ -49,8 +49,11 @@
echo "I:test master file BIND9 extenstion of TTL"
${PYTHON_EXEC} get_zonedatas.py > test.out
-
+echo "Compare test results."
diff test.out known.test.out || status=1
+echo "Clean tmp files."
+rm -f ./zone.sqlite3
+rm -f test.out
echo "I:exit status: $status"
exit $status
More information about the bind10-changes
mailing list