Skip to content

Commit b2c8daf

Browse files
author
Stefan Reinauer
committed
fix test log path
git-svn-id: svn://coreboot.org/openbios/fcode-utils@113 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent b2004ed commit b2c8daf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ tests: all
5151
cp toke/toke testsuite
5252
cp detok/detok testsuite
5353
cp romheaders/romheaders testsuite
54-
make -C testsuite all CygTestLogs=`pwd`/testlogs
54+
make -C testsuite all CygTestLogs=`pwd`/testlogs/testlogs-ppc-linux
55+
#make -C testsuite all CygTestLogs=`pwd`/testlogs/testlogs-x86-cygwin
5556

5657
# lcov required for html reports
5758
coverage:

0 commit comments

Comments
 (0)