Add test script
This makes it much easier to randomize the spec order
This commit is contained in:
parent
57f26996b2
commit
fe2f3ebe80
1 changed files with 8 additions and 0 deletions
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 $@
|
Loading…
Reference in a new issue