fix(xtls)

closes #4769
This commit is contained in:
Jacob Heider 2024-01-08 10:36:17 -05:00
parent 53b58fe760
commit f75fb1e0e5
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -71,7 +71,7 @@ test:
} }
script: script:
- $KILL xray || true - $KILL xray || true
- cat $FIXTURE > config.json - cat $FIXTURE > $HOME/config.json
- xray run --config {{prefix}}/etc/xray/config.json & - xray run --config {{prefix}}/etc/xray/config.json &
- sleep 3 - sleep 3
- xray -c $HOME/config.json -test | grep 'Configuration OK.' - xray -c $HOME/config.json -test | grep 'Configuration OK.'