Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -N -r1.38.6.3 -r1.38.6.4 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 17 Oct 2013 08:54:59 -0000 1.38.6.3 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 30 Apr 2014 23:40:47 -0000 1.38.6.4 @@ -569,7 +569,7 @@ } # if we don't want stress, then the test must not be stress - if { ! $stress && "stress" in $categories "stress" } { + if { ! $stress && "stress" in $categories } { continue }