Visualweb tests in the whole suite because they passed several times. unified_caches_root
authorjskrivanek@netbeans.org
Thu, 24 Jan 2008 14:42:57 +0000
changeset 2055888cfe6233d2
parent 2054 3ddd80a2b7a7
child 2056 bc1485e8c3d8
Visualweb tests in the whole suite because they passed several times.
nbbuild/hudson/run-vw-sanity.sh
     1.1 --- a/nbbuild/hudson/run-vw-sanity.sh	Thu Jan 24 07:19:47 2008 +0000
     1.2 +++ b/nbbuild/hudson/run-vw-sanity.sh	Thu Jan 24 14:42:57 2008 +0000
     1.3 @@ -39,9 +39,7 @@
     1.4  	# Run Sanity test on VisualWeb build
     1.5          cd $TEST_ROOT
     1.6  	ant build-test-tools
     1.7 -        ## XXX temporarily for debugging reasons store results separately
     1.8 -        # ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../../xtest/instance/results -Dxtest.timeout=1200000
     1.9 -        ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../../xtest/instance/results/vw -Dxtest.timeout=1200000
    1.10 +        ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../../xtest/instance/results -Dxtest.timeout=1200000
    1.11  
    1.12  	ERROR_CODE=$?
    1.13  	if [ $ERROR_CODE != 0 ]; then