components/tidy/patches/system-test.patch
changeset 4732 d072001cb0ea
equal deleted inserted replaced
4731:88830c57334b 4732:d072001cb0ea
       
     1 Patch to allow us to specify an alternate tidy binary when running tests.
       
     2 
       
     3 This patch should be sent upstream.
       
     4 
       
     5 --- tidy-1.0.0/test/testone.sh.orig	2015-07-31 11:20:28.840693501 -0700
       
     6 +++ tidy-1.0.0/test/testone.sh	2015-07-31 11:20:59.008447677 -0700
       
     7 @@ -24,7 +24,7 @@
       
     8  
       
     9  TESTNO=$1
       
    10  EXPECTED=$2
       
    11 -TIDY=../console/tidy
       
    12 +TIDY="${TIDY_BIN:-../console/tidy}"
       
    13  INFILES=./input/in_${TESTNO}.*ml
       
    14  CFGFILE=./input/cfg_${TESTNO}.txt
       
    15