+***As of V7_3***
+
 **If all you want to do is test your current work space:**
 1: in src, make release
 2: in src, make testbin
@@ -62,8 +64,17 @@
 
 **Concurrent Testing**
 
+1: Under V7_2-branch ./batch_test.pl -e 30 -b means try to keep thirty running at once if there are that many in the current directory(or left to do).( unsure if this feature exists in windows in V7_2-branch.
+2: Under V7_3.1 and newer -branch ./batch_test.pl -w -e 30 -b means try to keep thirty running at once if there are that many in the current directory(or left to do). Wrap each test in a personal condor to check every test for core and ERROR.
+
 **Core file and ERROR detection**
 
+1: Under V7_2-branch None
+2: Automatic and done in CondorTest for all cases but concurrent testing without wrapping tests in personal condors. Tests with personal condors are always checked as are tests run sequentially in the outer testing personal condor.
+
+
+
+
 **General expectations**
 
 "Tests" are perl scripts that end in .run. batch_test.pl takes the list of