Răsfoiți Sursa

HUE-7803 [jb] Remove old call to java tests in Makefile

Romain Rigaux 8 ani în urmă
părinte
comite
652ce7e95f
2 a modificat fișierele cu 2 adăugiri și 9 ștergeri
  1. 2 5
      Makefile
  2. 0 4
      Makefile.vars

+ 2 - 5
Makefile

@@ -307,13 +307,10 @@ ext-clean:
 js-test:
 	$(ROOT)/tools/jasmine/phantomjs.runner.sh $(ROOT)/desktop/core/src/desktop/templates/jasmineRunner.html
 
-java-test:
-	mvn -f desktop/libs/hadoop/java/pom.xml test $(MAVEN_OPTIONS)
-
-test: java-test
+test:
 	DESKTOP_DEBUG=1 $(ENV_PYTHON) $(BLD_DIR_BIN)/hue test fast --with-xunit
 
-test-slow: java-test
+test-slow:
 	DESKTOP_DEBUG=1 $(ENV_PYTHON) $(BLD_DIR_BIN)/hue test all --with-xunit --with-cover
 	$(BLD_DIR_BIN)/coverage xml -i
 

+ 0 - 4
Makefile.vars

@@ -86,10 +86,6 @@ ENV_EASY_INSTALL := $(ENV_PYTHON) $(BLD_DIR_BIN)/easy_install
 DESKTOP_VERSION := $(shell python <(cat $(ROOT)/VERSION; echo print '(VERSION)'))
 MAVEN_VERSION = $(DESKTOP_VERSION)-SNAPSHOT
 
-##############################
-# Path to the desktop hadoop plugin jar
-##############################
-DESKTOP_PLUGIN_JAR := $(ROOT)/desktop/libs/hadoop/java-lib/hue-plugins-$(MAVEN_VERSION).jar
 
 ##############################
 # Path to the desktop dbproxy jar