gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: skip if timeout not install


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: skip if timeout not installed
Date: Sat, 16 Feb 2019 22:15:08 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e16d72da2 skip if timeout not installed
e16d72da2 is described below

commit e16d72da26908b79f93c200f96dc621a1cfef48d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sat Feb 16 22:15:05 2019 +0100

    skip if timeout not installed
---
 src/gns/test_gns_rel_expiration.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/gns/test_gns_rel_expiration.sh 
b/src/gns/test_gns_rel_expiration.sh
index 66adbb631..c7c66bc27 100755
--- a/src/gns/test_gns_rel_expiration.sh
+++ b/src/gns/test_gns_rel_expiration.sh
@@ -7,6 +7,13 @@ if [ -z $LOCATION ]
 then
   LOCATION="gnunet-config"
 fi
+
+if [ -z $(which timeout) ]
+then
+  echo "timeout utility not found which is required for test."
+  exit 77
+fi
+
 $LOCATION --version 1> /dev/null
 if test $? != 0
 then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]