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 cc1e140 commit 2dba61fCopy full SHA for 2dba61f
Commandfile
@@ -31,8 +31,11 @@ command 'build',
31
32
command 'test',
33
description: 'executes "make test"',
34
+ parameters: {
35
+ tests: { wrap: "TESTS=tests/%s", optional: true },
36
+ },
37
script: <<-eof
- cd /data/build; `which gmake || which make` test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
38
+ cd /data/build; `which gmake || which make` test %{tests} NO_INTERACTION=1 REPORT_EXIT_STATUS=1
39
eof
40
41
command 'shell',
0 commit comments