syncthing: add runtime test

Run trivial check if the compiled binary works on the architecture.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren
2020-09-09 10:59:50 -10:00
parent c53f3bdc81
commit 0cc2a8dde3
2 changed files with 4 additions and 1 deletions

3
utils/syncthing/test.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
syncthing --version | grep "${2%%-*}"