Enable visualweb validation suite. ausrc
authorjskrivanek@netbeans.org
Mon, 01 Oct 2007 10:07:56 +0000
changeset 1655b709508cbe16
parent 1654 7a35248cf5e8
child 1656 5ac33156e155
Enable visualweb validation suite.
nbbuild/hudson/run-vw-sanity.sh
     1.1 --- a/nbbuild/hudson/run-vw-sanity.sh	Mon Oct 01 07:52:01 2007 +0000
     1.2 +++ b/nbbuild/hudson/run-vw-sanity.sh	Mon Oct 01 10:07:56 2007 +0000
     1.3 @@ -39,9 +39,7 @@
     1.4  	# Run Sanity test on VisualWeb build
     1.5          cd $TEST_ROOT/../ravebuild
     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
     1.9 -	ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../xtest/instance/results/vw
    1.10 +        ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../xtest/instance/results
    1.11  
    1.12  	ERROR_CODE=$?
    1.13  	if [ $ERROR_CODE != 0 ]; then