diff -r 169ad30bb410 -r 59ec73480ed3 sbsv2/raptor/util/talon/tests/t4.mk --- 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."