6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./scripts/test_integration_prepare
|
|
rake test:integration:_run
|