mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-25 08:37:27 -08:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35991 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
19 lines
729 B
XML
19 lines
729 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
shelltestrunner is a cross-platform tool for testing command-line
|
|
programs (or arbitrary shell commands.) It reads simple declarative tests
|
|
specifying a command, some input, and the expected output, error output
|
|
and exit status. Tests can be run selectively, in parallel, with a
|
|
timeout, in color, and/or with differences highlighted.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">simonmichael/shelltestrunner</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|