testall.sh 404 B

123456789101112131415161718
  1. #! /bin/sh
  2. # test all modules whose logs are not already up to date
  3. # main log files go in $srcdir/../../../log/*.rlg
  4. # This script may be passed a directory as arg1, but if not it expects
  5. # to find my source files in "../cslbase"
  6. if test -n "$1"
  7. then srcdir="$1"
  8. else srcdir=../cslbase
  9. fi
  10. ./r38 -v $srcdir/../util/testall.red -Dno_init_file -D@srcdir=$srcdir -Dwhich_module=$2 -- log/testall.log