This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit fa3d1b0eae89a30a499c573f5192f7a54985ef2c
Author: tuyu <[email protected]>
AuthorDate: Mon May 13 17:25:10 2019 +0800

    HAWQ-1719. Reopen unittest in hawq
---
 GNUmakefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index f4ecf65..cbe1f25 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -17,13 +17,13 @@ all:
        $(MAKE) -C depends/libyarn $@
        $(MAKE) -C depends/libyarn install
        $(MAKE) -C depends/dbcommon $@
-       # $(MAKE) -C depends/dbcommon unittest
+       $(MAKE) -C depends/dbcommon unittest
        $(MAKE) -C depends/dbcommon install
        $(MAKE) -C depends/univplan $@
-       # $(MAKE) -C depends/univplan unittest
+       $(MAKE) -C depends/univplan unittest
        $(MAKE) -C depends/univplan install
        $(MAKE) -C depends/storage $@
-       # $(MAKE) -C depends/storage unittest
+       $(MAKE) -C depends/storage unittest
        $(MAKE) -C depends/storage install
        $(MAKE) -C src $@
        $(MAKE) -C config $@

Reply via email to