Re: Question about LSB

Andrew Josey <[email protected]> Mon, 17 Oct 2005 06:38:24 +0100
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>
Without examining the journal its difficult to be sure, but it looks
as if a lock file was left around from the first run that caused
a number of tests to be skipped in the second. The lock files
are per test case and to prevent two instances of the test case
controller executing the same test at once. A simple way to 
check is to do 
  find . -name tet_lock -print
See 
http://tetworks.opengroup.org/kb/kb9.html
for background information on the tet_lock file.


regards
Andrew