Skip to content

Commit 4c955ea

Browse files
committed
Add comments to test script, and dev script for quick test iteration
1 parent 5906f92 commit 4c955ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: dev.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Run this file (with 'entr' installed) to watch files and rerun tests on changes
2+
ls -d **/* | entr ./test.sh

Diff for: test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
./test/libs/bats/bin/bats test/*.bats
1+
# Run this file to run all the tests, once
2+
./test/libs/bats/bin/bats test/*.bats

0 commit comments

Comments
 (0)