We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9100898 commit 08bc438Copy full SHA for 08bc438
Makefile
@@ -46,6 +46,7 @@ help:
46
47
.PHONY: test
48
test:
49
+ @echo UNAME: '$(shell uname)'
50
prove $(prove) $(test)
51
52
test-all: test docker-tests
0 commit comments