Index: /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/initialize_setgalmodel.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/initialize_setgalmodel.c	(revision 37650)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/initialize_setgalmodel.c	(revision 37651)
@@ -212,4 +212,10 @@
   }
 
+  TESTING = FALSE;
+  if ((N = get_argument (argc, argv, "-testing"))) {
+    TESTING = TRUE;
+    remove_argument (N, &argc, argv);
+  }
+
   UPDATE = FALSE;
   if ((N = get_argument (argc, argv, "-update"))) {
Index: /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_dvo_setgalmodel.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_dvo_setgalmodel.c	(revision 37650)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_dvo_setgalmodel.c	(revision 37651)
@@ -100,4 +100,5 @@
     char tmpline[1024];
     if (VERBOSE)       	  { snprintf (tmpline, 1024, "%s -v",                	command); 		    strcpy (command, tmpline); }
+    if (TESTING)       	  { snprintf (tmpline, 1024, "%s -testing",           	command); 		    strcpy (command, tmpline); }
     if (UPDATE)        	  { snprintf (tmpline, 1024, "%s -update",           	command); 		    strcpy (command, tmpline); }
     if (UPDATE_CATFORMAT) { snprintf (tmpline, 1024, "%s -update-catformat %s", command, UPDATE_CATFORMAT); strcpy (command, tmpline); }
