Index: trunk/ippTools/share/chiptool_find_rawexp.sql
===================================================================
--- trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 23917)
+++ trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 30049)
@@ -1,9 +1,10 @@
 -- this query is used to find potental rawExps to be queued for chiptool
 -- processeing
-SELECT
+SELECT DISTINCT 
     rawExp.*,
     newExp.label
 FROM rawExp
 JOIN newExp using (exp_id)
+LEFT JOIN chipRun USING (exp_id)
 WHERE
     rawExp.fault = 0
