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
Cecylia Bocovich
probetest
Commits
7fe05515
Commit
7fe05515
authored
Jul 20, 2021
by
Cecylia Bocovich
Browse files
Compress data after test
parent
780f6ded
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
7fe05515
docker/bridge_lines.txt
stun-test/stun-test
log/
probetest.sh
View file @
7fe05515
...
...
@@ -11,7 +11,8 @@ if ! [[ "$CASE" =~ ^(obfs4|snowflake)$ ]]; then
fi
dirname
=
"
$PWD
"
logdirname
=
"log/
$CASE
/
$SITE
/
$(
date
-u
+%Y%m%d-%H%M
)
"
date
=
$(
date
-u
+%Y%m%d-%H%M
)
logdirname
=
"log/
$CASE
/
$SITE
/
$date
"
mkdir
-p
"
$logdirname
"
cd
"
$logdirname
"
...
...
@@ -26,3 +27,6 @@ case $CASE in
"
$dirname
/snowflaketest"
;;
esac
tar
-czvf
log/
$CASE
/
$SITE
/
$date
.tar.gz log/
$CASE
/
$SITE
/
$date
rm
-rf
log/
$CASE
/
$SITE
/
$date
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