Skip to content

Commit af385f3

Browse files
author
Stefan Reinauer
committed
small fix for test executor
git-svn-id: svn://coreboot.org/openbios/fcode-utils@93 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent b986c7d commit af385f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testsuite/AutoExec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646

4747
# Initial error-checking:
48-
if ( ( ! -x ./toke ) || ( ! -x ./detok ) ) then
49-
echo 'Starting in wrong directory. Executable toke and detok are not here.'
48+
if ( ( ! -x ./toke ) || ( ! -x ./detok ) || ( ! -x ./romheaders ) ) then
49+
echo 'Starting in wrong directory. Executable toke, detok and romheaders are not here.'
5050
exit 1
5151
endif
5252

0 commit comments

Comments
 (0)