We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3cdf6 commit 2c80d3aCopy full SHA for 2c80d3a
test.sh
@@ -1,2 +1,7 @@
1
-# Run this file to run all the tests, once
+#!/usr/bin/env bash
2
+
3
+# Run this file to run all the tests in test/*.bats
4
5
+parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
6
+cd "$parent_path"
7
./test/libs/bats/bin/bats test/*.bats
0 commit comments