{subsection: Testing a Previous Condor Build}
 
+If the build you want to test was made from a git tag, you can submit the tests using the same tag:
+
+{code}
+/home/cndrauto/condor/nmi_tools/condor_nmi_submit --test --buildid=209846 \
+--tag=BUILD-trunk-2010-1-13 --module=UNUSED --git --platforms=all \
+--submit-xtests
+{endcode}
+
 If the build you want to test was a workspace build, you can submit the tests using the same workspace. Run this from the =nmi_tools= directory of your workspace:
 
 {code}