Skip to content

Commit

Permalink
dev-ada/xmlada: maintainer -> ada. Log tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
atupone committed Jun 17, 2019
1 parent 8c1830d commit a355bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dev-ada/xmlada/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Tupone Alfredo</name>
<maintainer type="project">
<email>[email protected]</email>
</maintainer>
<use>
<flag name="gnat_2016">Compile with dev-lang/gnat-gpl-2016</flag>
Expand Down
3 changes: 2 additions & 1 deletion dev-ada/xmlada/xmlada-2019.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ src_compile () {

src_test() {
emake test
emake run_test | grep DIFF && die
emake run_test | tee xmlada.testLog
grep -q DIFF xmlada.testLog && die
}

src_install () {
Expand Down

0 comments on commit a355bba

Please sign in to comment.