{subsection: Testing a Previous HTCondor Build}
 
-If the build you want to test was made from a git tag, you can submit the tests using the same tag:
+The easiest way to test now is from a workspace with or without a build
+happening first.
+
 {code}
-./condor_nmi_submit --test --platforms=all --buildid=135391 --workspace=../ --ignore-missing-platforms --test-sources-from-workspace
+./condor_nmi_submit --test --platforms=all --buildid=135391 \
+--workspace=../ --ignore-missing-platforms --test-sources-from-workspace
 {endcode}
 
+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 \