Skip to content

Commit 490d580

Browse files
committed
Echo 'uname' on 'make test'
1 parent cce3d93 commit 490d580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ help:
4646

4747
.PHONY: test
4848
test:
49+
@echo uname: '$(shell uname)'
4950
prove $(prove) $(test)
5051

5152
test-all: test docker-tests

0 commit comments

Comments
 (0)