Home | History | Annotate | Download | only in contrib

Lines Matching refs:TESTING

62     test (the default behaviour).  This should be used when testing the
182 TESTING=$STATE/testing
183 REPORT=$TESTING/report
184 PRISTINE=$TESTING/pristine
185 PATCHED=$TESTING/patched
244 if ! svn switch -r $svn_revision $svnpath/trunk &> $TESTING/svn ; then
247 freport $TESTING/svn
253 if ! svn switch -r $svn_revision $svn_branch &> $TESTING/svn ; then
256 freport $TESTING/svn
262 if ! svn switch -r $svn_revision $svnpath/branches/$svn_branch &> $TESTING/svn ; then
265 freport $TESTING/svn
284 if ! gpg --batch --verify $PATCH &> $TESTING/gpgverify ; then
286 freport $TESTING/gpgverify
292 if ! patch -p0 < $PATCH &> $TESTING/patching ; then
295 freport $TESTING/patching
382 ln -s $PRISTINE $TESTING/pristine
386 ln -s $PRISTINE $TESTING/pristine
432 $SOURCE/contrib/compare_tests $PRISTINE/$NLOG $PATCHED/$NLOG > $TESTING/compare_$NLOG
433 freport $TESTING/compare_$NLOG
460 mv $TESTING $backup_patched
467 START_REPORT=$TESTING/start_report
476 # After selfexec, $TESTING is already set up.
477 if [ -d $TESTING ]; then
478 # The only file in $TESTING is the patch.
479 PATCH=`ls -rt -1 $TESTING | head -1`
480 PATCH=$TESTING/$PATCH
508 mkdir -p $TESTING
509 mv $PATCHES/$PATCH $TESTING/
510 PATCH=$TESTING/$PATCH