j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: 2006-10-14 22:36:03 +0200 (Sat, 14 Oct 2006) New Revision: 93
Modified: fcode-utils/testsuite/AutoExec Log: small fix for test executor
Modified: fcode-utils/testsuite/AutoExec =================================================================== --- fcode-utils/testsuite/AutoExec 2006-10-14 20:34:46 UTC (rev 92) +++ fcode-utils/testsuite/AutoExec 2006-10-14 20:36:03 UTC (rev 93) @@ -45,8 +45,8 @@
# Initial error-checking: -if ( ( ! -x ./toke ) || ( ! -x ./detok ) ) then - echo 'Starting in wrong directory. Executable toke and detok are not here.' +if ( ( ! -x ./toke ) || ( ! -x ./detok ) || ( ! -x ./romheaders ) ) then + echo 'Starting in wrong directory. Executable toke, detok and romheaders are not here.' exit 1 endif