diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-12 16:24:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-12 16:24:49 -0600 |
| commit | 9b92ff79c566d323ae01c8c41e7103ac6059dd8b (patch) | |
| tree | 4103755efabb824e3a993200a4061b85d8c06ca3 /bin/test | |
| parent | 66a105569df225f5c1a7c0fe4229fc276f4ea584 (diff) | |
Clean up build scripts
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,17 +1,7 @@ #!/bin/sh -# script/test: Run test suite for application. Optionally pass in a path to an -# individual test file to run a single test. - - set -e cd "$(dirname "$0")/.." -[ -z "$DEBUG" ] || set -x - -echo [$(date "+%H:%M:%S")] "==> Running setup…" -bin/setup - -echo [$(date "+%H:%M:%S")] "==> Running tests…" bundle exec rake test |
