X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc1f54e0b883f7deec844b7acd87d5c9ad9b306d..8ae191f927b3e294b7a50124b8c806365c4dbeb8:/test/runalltests diff --git a/test/runalltests b/test/runalltests index 340be0a4..48ba7f1c 100755 --- a/test/runalltests +++ b/test/runalltests @@ -1,12 +1,13 @@ #!/bin/sh -status=0 - # Get full pathnames that we'll need. cd `dirname $0` testdir=`pwd` -test -d testinstall || ./setup-test +# Always run setup-test in case the code or configuration has changed. +./setup-test + +status=0 # Note that we ignore *~ files as these are probably editor backups. for i in `find . -name 'test-*[!~]' -type f`