Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
sponsor-61-sims
Commits
716b03d8
Verified
Commit
716b03d8
authored
Jul 22, 2021
by
Jim Newsome
Browse files
Fix tor trace path
parent
0d16d0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
716b03d8
...
...
@@ -213,7 +213,7 @@ run-sim:
# We'll need to explicitly kill the `nc` job later to ensure xz flushes its
# buffers.
-
apt-get install -y netcat xz-utils
-
( nc -lkU /dev/log & echo $! > nc.pid ) | grep " Tor" | xz -2 - > tor-trace.txt.xz &
-
( nc -lkU /dev/log & echo $! > nc.pid ) | grep " Tor" | xz -2 - >
jobs/tornet/
tor-trace.txt.xz &
# Run simulation
-
apt-get install -y libevent-2.1-7 libssl1.1 zlib1g libglib2.0-0 libigraph0v5 libprocps8 stow sysstat python3 python3-pip
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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