From: Dan Vanderkam Date: Tue, 27 Dec 2016 04:48:01 +0000 (-0500) Subject: comment about grep X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=0f799c73974c6cf798c37e174c6bb85c8f9a1299;p=dygraphs.git comment about grep --- diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 4bc0718..5dd166f 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -1,6 +1,8 @@ #!/bin/bash # Starts the http-server and runs mocha-phantomjs-based tests # Note that you must run `npm run build` or `npm run watch` before running this. +# Additional arguments are passed to mocha-phantomjs, e.g. +# run-tests.sh --grep interaction-model set -o errexit # Run http-server and save its PID