[Pkg-mozext-commits] [requestpolicy] 19/50: [tst][fix] add missing runxpcshelltests.py arguments

David Prévot taffit at moszumanska.debian.org
Mon Jun 27 12:50:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit d7e8bcfcfc808fec263e8899f90bbf9aff8f3a29
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Apr 12 13:14:43 2016 +0200

    [tst][fix] add missing runxpcshelltests.py arguments
    
    "--testing-modules-dir" previously defaulted to
    "/moz/mozilla-central/testing/modules/", which is incorrect. The
    "$MOZ_OBJ_DIR/_tests/modules" directory contains more files than
    the former.
    
    The other paths are now added to be more explicit.
---
 tests/run-xpcshell-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/run-xpcshell-tests.sh b/tests/run-xpcshell-tests.sh
index 0869221..e6675bc 100755
--- a/tests/run-xpcshell-tests.sh
+++ b/tests/run-xpcshell-tests.sh
@@ -26,6 +26,9 @@ $MOZ_SRC_DIR/testing/mozbase/mozlog:\
 $MOZ_SRC_DIR/testing/mozbase/mozscreenshot
 
 python2.7 $MOZ_SRC_DIR/testing/xpcshell/runxpcshelltests.py \
+  --xre-path $MOZ_BIN_DIR \
+  --app-path $MOZ_BIN_DIR/browser \
+  --testing-modules-dir $MOZ_OBJ_DIR/_tests/modules \
   --build-info-json $MOZ_OBJ_DIR/mozinfo.json \
   --no-logfiles \
   --manifest $TEST_DIR/xpcshell.ini \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list