head	1.3;
access;
symbols
	First_releng:1.2;
locks; strict;
comment	@# @;
expand	@o@;


1.3
date	2003.09.02.02.44.37;	author dschaefer;	state dead;
branches;
next	1.2;

1.2
date	2003.07.17.17.23.17;	author dschaefer;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.16.19.41.52;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Deleted the old build system that wasn't working so well.
@
text
@#
# Run Tests
#

export RESULTS=`pwd`/results
rm -fr $RESULTS
mkdir $RESULTS

cd testspace/eclipse

# TODO - add in the rest of the test plugins
export PLUGINS='org.eclipse.cdt.core.tests'
for i in $PLUGINS
do
	./eclipse -nosplash -application org.eclipse.ant.core.antRunner \
		-f plugins/$i*/test.xml -Declipse-home=`pwd` \
		-Dorg.eclipse.test=org.eclipse.test_2.1.0 \
		-Dos=linux -Dws=gtk -Darch=x86
	mv $i*.xml $RESULTS
done

cd $RESULTS
for i in $PLUGINS
do
	xsltproc ../workspace/org.eclipse.cdt.releng/JUNIT.XSL $i.xml > $i.html
done

cd ..
@


1.2
log
@Very minor change
@
text
@@


1.1
log
@- Initial contribution of the nightly build framework.
@
text
@d17 1
a17 1
		-Dorg.eclipse.test=org.eclipse.test_2.1.0\
@

