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: