From 9a27be259d65ce051eb82fa577dde6fa42d05a78 Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 12 Mar 2019 19:09:20 +0100 Subject: [PATCH] Fix public Send test failure due to incorrect silent flag --- .gitlab-ci.yml | 2 +- README.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a8ba3c..31c2520 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,7 +139,7 @@ test-public: # Generate random file, upload/download and assert equality - ./ffsend upload test.txt -I - ./ffsend download $(./ffsend history -q) -I -o=download.txt - - "cmp --silent ./test.txt ./download.txt || (echo ERROR: Downloaded file is different than original; exit 1)" + - "cmp -s ./test.txt ./download.txt || (echo ERROR: Downloaded file is different than original; exit 1)" - rm ./download.txt # Cargo crate release diff --git a/README.md b/README.md index dca1c9e..35b64dc 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ all available subcommands. Because `ffsend` is still in alpha, only limited installation options are available right now. +Make sure you meet and install the [requirements](#requirements). + See the operating system specific instructions below: * [Linux](#linux) * [macOS](#macos) @@ -163,8 +165,8 @@ Using the [snap](#linux-snap-package) package is recommended if supported. Alternatively you may install it manually using the [prebuilt binaries](#linux-prebuilt-binaries). -Only 64-bit (`x86_64`) packages and binaries are provided. For other -architectures and configurations you may [compile from source](#build). +Only 64-bit (`x86_64`) packages and binaries are provided. +For other architectures and configurations you may [compile from source](#build). More packages options will be coming soon. @@ -250,8 +252,8 @@ Currently only [prebuilt binaries](#windows-prebuilt-binaries) are available for If you're using the [Windows Subsystem for Linux](wsl), it's highly recommended to install the [prebuilt Linux binary](#prebuilt-binaries-for-linux) instead. -Only 64-bit (`x86_64`) binaries are provided. For other architectures and -configurations you may [compile from source](#build). +Only 64-bit (`x86_64`) binaries are provided. +For other architectures and configurations you may [compile from source](#build). A `chocolatey` and `scoop` package along with an `.msi` installer will be coming soon.