Bug 770189 - dom/bindings/parser/runtests.py invocations need to be un-native-commandified. r=khuey

This commit is contained in:
Siddharth Agarwal 2012-07-03 02:02:42 +05:30
parent 36e256e89f
commit a0067def86

View File

@ -70,9 +70,9 @@ libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
check::
PYTHONDONTWRITEBYTECODE=1 $(PYTHON_PATH) $(PLY_INCLUDE) \
$(srcdir)/../parser/runtests.py
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
$(PLY_INCLUDE) $(srcdir)/../parser/runtests.py
check-interactive:
PYTHONDONTWRITEBYTECODE=1 $(PYTHON_PATH) $(PLY_INCLUDE) \
$(srcdir)/../parser/runtests.py -q
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
$(PLY_INCLUDE) $(srcdir)/../parser/runtests.py -q