Index: trunk/ippTools/src/disttool.c
===================================================================
--- trunk/ippTools/src/disttool.c	(revision 24725)
+++ trunk/ippTools/src/disttool.c	(revision 24729)
@@ -204,4 +204,9 @@
             return false;
         }
+
+        // for raw stage we select by chipRun.label because raw labels typically aren't set
+        if (label) {
+            psStringAppend(&query, " AND (chipRun.label = '%s')", label);
+        }
     } else if (!strcmp(stage, "chip")) {
         magicRunType = "chipRun";
