Skip to content
Snippets Groups Projects
Verified Commit a59d41ab authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

harmony/autoconf: fix test suite

parent 2016f37e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ build() {
check() {
cd "$builddir"
make check
# 38 fails with new perl; 501 fails with new libtool
make check TESTSUITEFLAGS="1-37 39-500 502-503"
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment