mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Disable first public upload test for now
This commit is contained in:
parent
7ef5685ec1
commit
72bf4a403c
1 changed files with 4 additions and 4 deletions
|
@ -133,10 +133,10 @@ test-public:
|
|||
script:
|
||||
# Generate random file, upload/download and assert equality
|
||||
- "head -c2m </dev/urandom >testfile"
|
||||
- "./ffsend-$RUST_TARGET upload testfile -d=10 -p=secret -I"
|
||||
- "./ffsend-$RUST_TARGET download $(./ffsend-$RUST_TARGET history -q) -p=secret -I -o=downloadfile"
|
||||
- "./ffsend-$RUST_TARGET delete $(./ffsend-$RUST_TARGET history -q)"
|
||||
- "cmp --silent ./testfile ./downloadfile || (echo ERROR: Downloaded file is different than original; exit 1)"
|
||||
# - "./ffsend-$RUST_TARGET upload testfile -d=10 -p=secret -I"
|
||||
# - "./ffsend-$RUST_TARGET download $(./ffsend-$RUST_TARGET history -q) -p=secret -I -o=downloadfile"
|
||||
# - "./ffsend-$RUST_TARGET delete $(./ffsend-$RUST_TARGET history -q)"
|
||||
# - "cmp --silent ./testfile ./downloadfile || (echo ERROR: Downloaded file is different than original; exit 1)"
|
||||
|
||||
# Also test Firefox Send v3
|
||||
- "./ffsend-$RUST_TARGET upload --host http://send2.dev.lcip.org/ testfile -d=10 -p=secret -I"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue