head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.53.59;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.15.06.12.43;	author fjoe;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.15.06.01.06;	author fjoe;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/regression/usr.bin/make/execution/joberr/Makefile 228524 2011-12-15 06:12:43Z fjoe $

check-joberr:
.for _t in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
	@@-${MAKE} -f ${MAKEFILE} -j2 do-$@@
.endfor

do-check-joberr:
	@@echo "Error: build failed"
	@@exit 1
@


1.2
log
@SVN rev 228524 on 2011-12-15 06:12:43Z by fjoe

Fix last-minute typo.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 228523 on 2011-12-15 06:01:06Z by fjoe

Add job error output test.

make(1) with openpty() currently fails this test: there's a race condition
and error output is sometimes lost.
@
text
@d3 1
a3 1
check-jobherr:
@

