summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-21 14:25:39 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:34 +0200
commit2c092f352e8cd8e8013ad9ec01add73ddcfc427f (patch)
treeb3a4d4802ec56bb7f5c769e93295dbd359799002 /sw/Module_sw.mk
parenta3699e6a321093afd92492d13a045a81e2185afe (diff)
make the PythonTest run on WNT
- fix the PATH - file url needs to start with file:///X:/ (three slashes, literal :) Change-Id: I0d16d1e946fd06ba5523961c23c3b46872c0c050
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index 202c67c4fc35..7048d8ec6ff1 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -72,11 +72,9 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
endif
ifneq ($(DISABLE_PYTHON),TRUE)
-ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
PythonTest_sw_python \
))
endif
-endif
# vim: set noet sw=4 ts=4: