sbsv2/raptor/util/talon/tests/t4.mk
branchfix
changeset 379 59ec73480ed3
parent 353 bb0bded637e9
--- a/sbsv2/raptor/util/talon/tests/t4.mk	Tue Mar 16 17:04:21 2010 +0000
+++ b/sbsv2/raptor/util/talon/tests/t4.mk	Thu Mar 18 14:00:53 2010 +0000
@@ -23,6 +23,11 @@
 $(info testing timeouts)
 $(info )
 
-all:
+.PHONY: all passed
+
+all: passed
+	@echo "t4-PASSED"
+
+passed:
 	@|PLATFORM=armv5;MMP=barney.mmp;BLDINF=somebld.inf;|echo "Started a slow command under talon (attempt $$TALON_ATTEMPT):";echo "SHELL=$$SHELL";if (( $$TALON_ATTEMPT <4 )); then echo sleeping 6; sleep 6; echo "hi"; else echo "Not sleeping this time"; fi; echo "this should not appear in the recipe tags unless you try 4 times."