Test CI
This commit is contained in:
parent
e4778af2c2
commit
14f44366a9
|
|
@ -24,6 +24,9 @@ test:
|
|||
stage: test
|
||||
extends: .dependencies
|
||||
script:
|
||||
- pacman -Sy it2s-itss-management --noconfirm
|
||||
- sed -i 's/type = "realtime"/type= "fixed"/g' /etc/it2s/itss.toml
|
||||
- systemctl start it2s-itss-management
|
||||
- cd test
|
||||
- sh spawn.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ int main() {
|
|||
|
||||
void* ctx = zmq_ctx_new();
|
||||
|
||||
rv += init(ctx);
|
||||
//rv += init(ctx);
|
||||
if (rv) return 1;
|
||||
|
||||
rv += forward_up(ctx);
|
||||
|
|
|
|||
Loading…
Reference in New Issue