PERFORCE change 82972 for review

soc-tyler soc-tyler at FreeBSD.org
Thu Sep 1 19:10:57 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=82972

Change 82972 by soc-tyler at soc-tyler_launchd on 2005/09/01 19:09:58

	Forgot one little bugger

Affected files ...

.. //depot/projects/soc2005/launchd/testing/testjob.c#3 edit

Differences ...

==== //depot/projects/soc2005/launchd/testing/testjob.c#3 (text+ko) ====

@@ -38,7 +38,8 @@
 
 	for (i = 0; i < _TEST_TIMEOUT_; ++i)
 		sleep(1);
-	
+
+	fprintf(stderr, "Finishing up launchd(8) test job, waited %d to exit, exiting now", _TEST_TIMEOUT_);	
 	return EXIT_SUCCESS;
 }
 


More information about the p4-projects mailing list