{endcode}
 The =condor-6.7.15.tar.gz= file is what you're going to want to submit as the test source. =results.tar.gz= just contains a copy of =condor-6.7.15.tar.gz= and =CONDOR-VERSION=.
 
-Finally, we will submit a new NMI test using a previous build result. The *test-src* option is where the system will get the test sources to run against the build results. Make sure that you give the full path to this option (don't just use ./). The *test-args* option is the test class that you want to specifically test (see =condor_tests/README.testclass=). In this example, I used Bill's debug class. Since we didn't have to commit anything to CVS to test this Workspace directory, it's not a problem if we hack up =condor_tests/Imakefile=.
+cd to nmi_tools to ensure you get the correct "condor_nmi_submit".
+
+Finally, we will submit a new NMI test using a previous build result. The *test-src* option is where the system will get the test sources to run against the build results. Make sure that you give the full path to this option (don't just use ./). The *test-args* option is the test class that you want to specifically test (see =condor_tests/README.testclass=).
+
 {code}
-1:50pm[grandcentral:~/V6_7-branch]$ condor_nmi_submit --test --buildid=16426 \
+1:50pm[grandcentral:~/V6_7-branch]$ ./condor_nmi_submit --test --buildid=16426 \
 --tag=BUILD-V6_7-branch-2005-12-19 --module=V6_7_BUILD --platforms=all \
 --notify=pavlo@cs.wisc.edu --test-args=btdebug \
 --test-src=/space/home/pavlo/V6_7-branch/condor-6.7.15.tar.gz
@@ -77,7 +80,7 @@
 Now, we will submit a new test using a previous build result. The *nmi-glue* option is where the system will get the test nmi_glue to run against the build results. Again, make sure that you give the full path to this option (don't just use ./). ALSO, make sure you test your glue changes against a Unix and a Windows platform!!!! Notice the change to --platforms!
 {code}
 grandcentral:~/V6_7-branch]$ condor_nmi_submit --test --buildid=16426 \
---tag=BUILD-V6_7-branch-2005-12-19 --module=V6_7_BUILD --platforms=x86_winnt_5.1,x86_rh_9  \
+--tag=BUILD-V6_7-branch-2005-12-19 --module=NONE --platforms=x86_winnt_5.1,x86_rh_9  \
 --test-args=btdebug \
 --test-src=/home/bt/V6_7-branch/condor-6.7.15.tar.gz \
 --nmi-glue=/home/bt/nmi_glue