File r38/lisp/csl/util/testrest.sh artifact 7097e0a2fe part of check-in b5833487d7
#! /bin/sh # test all modules whose log files are not already up to date # main log files go in $srcdir/../../../log/*.rlg # This script may be passed a directory as arg1, but if not it expects # to find my source files in "../cslbase" if test -n "$1" then srcdir="$1" else srcdir=../cslbase fi ./r38 -v $srcdir/../util/testrest.red -Dno_init_file -D@srcdir=$srcdir -Dwhich_module=$2 -- log/testrest.log