sbsv2/raptor/util/talon/tests/t4.mk
branchfix
changeset 353 bb0bded637e9
parent 256 ac7e607c7d30
equal deleted inserted replaced
302:fad68f194807 353:bb0bded637e9
    21 export 
    21 export 
    22 
    22 
    23 $(info testing timeouts)
    23 $(info testing timeouts)
    24 $(info )
    24 $(info )
    25 
    25 
    26 all:
    26 .PHONY: all passed
       
    27 
       
    28 all: passed
       
    29 	@echo "t4-PASSED"
       
    30 
       
    31 passed:
    27 	@|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."
    32 	@|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."
    28 
    33