X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2Fstar%2FREADME;h=57c332e8ad510d5b929ca35ab1b2fcd0ce59b044;hb=9b22262fc6c559451d68617aeded10a3da51ffe8;hp=db72adbf87e270a665a17a5eba54372a5eb4738b;hpb=71850c6ab39257b176ffb69786c54a666b1d2ead;p=chaz%2Ftar diff --git a/tests/star/README b/tests/star/README index db72adb..57c332e 100644 --- a/tests/star/README +++ b/tests/star/README @@ -1,10 +1,13 @@ This directory contains scripts for testing GNU tar using -star "test archives". The archives themselves may be obtained +star "test archives". The archives themselves can be obtained from http://download.berlios.de/pub/star/testscripts. -The tests are ignored unless environment variable STAR_TESTSCRIPTS -is set and points to the directory where the test archives reside. -Sample usage: +These tests are disabled by default. There are two ways to run +them. The simplest is by `make check-full' command. It requires wget +and GNU md5sum to be installed. If you don't have these utilities, +download the test archives manually and set the environment variable +STAR_TESTSCRIPTS to point to the directory where they reside, for +example: make STAR_TESTSCRIPTS=testdir check or