[OpenBIOS] r93 - fcode-utils/testsuite

svn at openbios.org svn at openbios.org
Sat Oct 14 22:36:04 CEST 2006


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
 




More information about the OpenBIOS mailing list