We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed98e8f commit 07d1108Copy full SHA for 07d1108
test.py
@@ -57,6 +57,8 @@ def gen(prog, arg="", **kwargs):
57
('dotnet', 'env MONO_PATH=lib/bin mono %(dotnet)s.exe %(arg)s' % ctx),
58
('ruby', 'env RUBYOPT=-rubygems GEM_HOME=gems/gems RUBYLIB=gems/lib '
59
'ruby%(rubyver)s %(prog)s.rb %(arg)s' % ctx),
60
+ ('ruby-amqp', 'env RUBYOPT=-rubygems GEM_HOME=gems/gems RUBYLIB=gems/lib '
61
+ 'ruby%(rubyver)s %(prog)s.rb %(arg)s' % ctx),
62
('php', 'php %(prog)s.php %(arg)s' % ctx),
63
('python-puka', './venv/bin/python %(prog)s.py %(arg)s' % ctx),
64
]
0 commit comments