mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 12:41:23 +00:00
Add test script
This makes it much easier to randomize the spec order
This commit is contained in:
8
script/test
Executable file
8
script/test
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Exit if any subcommand fails
|
||||||
|
set -e
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
echo "crystal spec --order random $@"
|
||||||
|
crystal spec --order random $@
|
||||||
Reference in New Issue
Block a user