Not stable enough. iz_87684_syntax_error_hi_root
authorjskrivanek@netbeans.org
Fri, 14 Sep 2007 08:36:51 +0000
changeset 154690f39d1d4465
parent 1545 9deb8b204316
child 1547 af7b6e0ef1d6
Not stable enough.
nbbuild/hudson/run-vw-sanity.sh
     1.1 --- a/nbbuild/hudson/run-vw-sanity.sh	Fri Sep 14 07:38:13 2007 +0000
     1.2 +++ b/nbbuild/hudson/run-vw-sanity.sh	Fri Sep 14 08:36:51 2007 +0000
     1.3 @@ -39,7 +39,9 @@
     1.4  	# Run Sanity test on VisualWeb build
     1.5          cd $TEST_ROOT/../ravebuild
     1.6  	ant build-test-tools
     1.7 -        ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../xtest/instance/results
     1.8 +        ## XXX temporarily for debugging reasons store results separately
     1.9 +        # ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../xtest/instance/results
    1.10 +	ant commit-validation -Dxtest.no.cleanresults=true -Dxtest.results=$TEST_ROOT/../../xtest/instance/results/vw
    1.11  
    1.12  	ERROR_CODE=$?
    1.13  	if [ $ERROR_CODE != 0 ]; then