mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
remove unneeded shopts
This commit is contained in:
@@ -129,14 +129,12 @@ run_units() {
|
||||
}
|
||||
|
||||
run_features() {
|
||||
shopt -s extglob
|
||||
reset_dbs
|
||||
execute "time bundle exec turbo_tests --verbose -n $JOBS --runtime-log spec/support/runtime-logs/turbo_runtime_features.log {,modules/*/}spec/features"
|
||||
cleanup
|
||||
}
|
||||
|
||||
run_all() {
|
||||
shopt -s globstar
|
||||
reset_dbs
|
||||
execute "time bundle exec turbo_tests --verbose -n $JOBS --runtime-log spec/support/runtime-logs/turbo_runtime_all.log {,modules/*/}spec"
|
||||
cleanup
|
||||
|
||||
Reference in New Issue
Block a user