gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31497 - in gnunet/src: gns hostlist


From: gnunet
Subject: [GNUnet-SVN] r31497 - in gnunet/src: gns hostlist
Date: Tue, 17 Dec 2013 20:33:20 +0100

Author: grothoff
Date: 2013-12-17 20:33:20 +0100 (Tue, 17 Dec 2013)
New Revision: 31497

Modified:
   gnunet/src/gns/test_gns_lookup.sh
   gnunet/src/gns/test_gns_mx_lookup.sh
   gnunet/src/gns/test_gns_revocation.sh
   gnunet/src/gns/test_gns_soa_lookup.sh
   gnunet/src/hostlist/test_hostlist_defaults.conf
Log:
-reduce testcase output

Modified: gnunet/src/gns/test_gns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_lookup.sh   2013-12-17 19:30:41 UTC (rev 31496)
+++ gnunet/src/gns/test_gns_lookup.sh   2013-12-17 19:33:20 UTC (rev 31497)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version &> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_mx_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_mx_lookup.sh        2013-12-17 19:30:41 UTC (rev 
31496)
+++ gnunet/src/gns/test_gns_mx_lookup.sh        2013-12-17 19:33:20 UTC (rev 
31497)
@@ -6,10 +6,10 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version &> /dev/null
 if test $? != 0
 then
-       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 
+       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"
        exit 77
 fi
 

Modified: gnunet/src/gns/test_gns_revocation.sh
===================================================================
--- gnunet/src/gns/test_gns_revocation.sh       2013-12-17 19:30:41 UTC (rev 
31496)
+++ gnunet/src/gns/test_gns_revocation.sh       2013-12-17 19:33:20 UTC (rev 
31497)
@@ -7,10 +7,10 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version &> /dev/null
 if test $? != 0
 then
-       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 
+       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"
        exit 77
 fi
 

Modified: gnunet/src/gns/test_gns_soa_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-17 19:30:41 UTC (rev 
31496)
+++ gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-17 19:33:20 UTC (rev 
31497)
@@ -6,10 +6,10 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version &> /dev/null
 if test $? != 0
 then
-       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 
+       echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"
        exit 77
 fi
 

Modified: gnunet/src/hostlist/test_hostlist_defaults.conf
===================================================================
--- gnunet/src/hostlist/test_hostlist_defaults.conf     2013-12-17 19:30:41 UTC 
(rev 31496)
+++ gnunet/src/hostlist/test_hostlist_defaults.conf     2013-12-17 19:33:20 UTC 
(rev 31497)
@@ -29,7 +29,7 @@
 WEAKRANDOM = YES
 
 [hostlist]
-HTTP-PROXY = 
+HTTP-PROXY =
 
 [mesh]
 AUTOSTART = NO
@@ -52,7 +52,7 @@
 [dv]
 AUTOSTART = NO
 
-[chat]
+[revocation]
 AUTOSTART = NO
 
 [gns]
@@ -64,7 +64,7 @@
 [namestore]
 AUTOSTART = NO
 
-[lockmanager]
+[namecache]
 AUTOSTART = NO
 
 [nat]
@@ -78,3 +78,9 @@
 
 [identity]
 AUTOSTART = NO
+
+[conversation]
+AUTOSTART = NO
+
+[psycstore]
+AUTOSTART = NO
\ No newline at end of file




reply via email to

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