forked from hyperstack-org/hyperstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunall
More file actions
executable file
·22 lines (19 loc) · 1.16 KB
/
runall
File metadata and controls
executable file
·22 lines (19 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
service postgresql restart
service mysql restart
redis-server &
sleep 1
psql -c 'create database hyper_mesh_test_db;' -U postgres
#DRIVER=travis COMPONENT=rails-hyperstack RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-spec RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-trace RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyperstack-config RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-state RUBY_VERSION=2.7.8 ./runtests
DRIVER=travis COMPONENT=hyper-component RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-router RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-store RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-operation RUBY_VERSION=2.7.8 ./runtests
#DRIVER=travis COMPONENT=hyper-model RUBY_VERSION=2.7.8 TASK=part1 DB=hyper_mesh_test_db ./runtests
#DRIVER=travis COMPONENT=hyper-model RUBY_VERSION=2.7.8 TASK=part2 DB=hyper_mesh_test_db ./runtests
#DRIVER=travis COMPONENT=hyper-model RUBY_VERSION=2.7.8 TASK=part3 DB=hyper_mesh_test_db ./runtests
#DRIVER=travis COMPONENT=hyper-i18n RUBY_VERSION=2.7.8 ./runtests