projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04dea23
)
gnunet: add runtime test
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 17 Sep 2020 20:56:06 +0000
(21:56 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Mon, 21 Sep 2020 11:05:55 +0000
(12:05 +0100)
Test if gnunet-arm is executable for now.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnunet/test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/net/gnunet/test.sh
b/net/gnunet/test.sh
new file mode 100644
(file)
index 0000000..
fc826d5
--- /dev/null
+++ b/
net/gnunet/test.sh
@@ -0,0
+1,7
@@
+#!/bin/sh
+
+case "$1" in
+ "gnunet")
+ gnunet-arm --version | grep "$2"
+ ;;
+esac