[GRASS-SVN] r38789 - grass/branches/develbranch_6/db/base
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 19 04:33:24 EDT 2009
Author: hamish
Date: 2009-08-19 04:33:23 -0400 (Wed, 19 Aug 2009)
New Revision: 38789
Modified:
grass/branches/develbranch_6/db/base/select.c
Log:
verbose confirmation
Modified: grass/branches/develbranch_6/db/base/select.c
===================================================================
--- grass/branches/develbranch_6/db/base/select.c 2009-08-19 08:06:11 UTC (rev 38788)
+++ grass/branches/develbranch_6/db/base/select.c 2009-08-19 08:33:23 UTC (rev 38789)
@@ -84,6 +84,9 @@
}
}
+ if(parms.test_only)
+ G_verbose_message(_("Test %s."), stat ? _("failed") : _("succeeded"));
+
db_close_database(driver);
db_shutdown_driver(driver);
@@ -255,6 +258,7 @@
parms.h = 1;
else
parms.h = 0;
+
parms.test_only = flag_test->answer;
if (!parms.fs)
More information about the grass-commit
mailing list