Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
a49cf702
Commit
a49cf702
authored
Mar 03, 2021
by
juga
Browse files
fix: CI: Exit from integration script
when any of the commands fail.
parent
193f5da1
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/integration/run.sh
View file @
a49cf702
#!/bin/bash
set
-x
# Instead of exiting inmmediately when any of this commands fail,
# the scanner, generate and coverage lines could continue and store there was
# an error on that command. It's just simpler with `-e`.
set
-ex
tests/integration/start_chutney.sh
python3 scripts/tools/sbws-http-server.py
--port
28888 &>/dev/null &
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment