Skip to content

Commit

Permalink
Pulled from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Apr 11, 2020
1 parent 817ce21 commit 57b719a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test_runner
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
# This script runs all the unit tests that can be found, and generates a nice
# report of the tests.
#
### Sample usage:
#
# Run all tests for all shells.
# $ ./test_runner
#
# Run all tests for single shell.
# $ ./test_runner -s /bin/bash
#
# Run single test for all shells.
# $ ./test_runner -t shunit_asserts_test.sh
#
# Run single test for single shell.
# $ ./test_runner -s /bin/bash -t shunit_asserts_test.sh
#
### ShellCheck (http://www.shellcheck.net/)
# Disable source following.
# shellcheck disable=SC1090,SC1091
Expand Down

0 comments on commit 57b719a

Please sign in to comment.