tidy-html5/test/testaccess.sh
2012-08-08 17:27:29 +01:00

22 lines
367 B
Bash
Executable file

#! /bin/sh
#
# testaccess.sh - execute all testcases for regression testing
#
# (c) 2005 (W3C) MIT, ERCIM, Keio University
# See tidy.c for the copyright notice.
#
# <URL:http://tidy.sourceforge.net/>
#
# set -x
VERSION='$Id'
cat accesscases.txt | sed 1d | \
{
while read bugNo expected
do
./testaccessone.sh $bugNo $expected "$@" | tee -a testaccess.log
done
}