[Pkg-mozext-commits] [requestpolicy] 40/65: [tst][fix] xpcshell tests: running single tests

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 22:59:49 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 7dd197b9924fc30795ea6d31e11f1e322b65ad90
Author: Martin Kimmerle <dev at 256k.de>
Date:   Wed Jan 20 08:50:13 2016 +0100

    [tst][fix] xpcshell tests: running single tests
---
 tests/run-xpcshell-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/run-xpcshell-tests.sh b/tests/run-xpcshell-tests.sh
index 2ed617f..0869221 100755
--- a/tests/run-xpcshell-tests.sh
+++ b/tests/run-xpcshell-tests.sh
@@ -8,7 +8,8 @@ MOZ_BIN_DIR=$MOZ_OBJ_DIR/dist/bin
 
 if [ "$1" = "--help" ]; then
   echo 'Hints:'
-  echo '  Use --test-path="test_file.js" to run a single test.'
+  echo '  * Append a test filename to run a single test. Example:'
+  echo "      $0 test_file.js"
   echo
 else
   (cd `dirname $0`/.. ; make unit-testing-files)

-- 
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