From 89059b00000ddb5d4d07143a1474fbdef62eb4b8 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 4 Feb 2019 15:07:00 +0100 Subject: [PATCH] travis no example --- Makefile.in | 2 +- test/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 21305ee1..b5a833b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,7 +141,7 @@ pkg-srpm: dist example: (cd $@ && $(MAKE) $(MFLAGS) all) -test: example +test: #example (cd $@ && $(MAKE) $(MFLAGS) all) docker: diff --git a/test/Makefile.in b/test/Makefile.in index 8be570f3..acb0d930 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -43,7 +43,7 @@ SHELL = /bin/sh .PHONY: all clean distclean depend install uninstall all: - ./test_choice.sh + ./test_xml.sh # ./all.sh clean: