gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17889 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17889 - gnunet/src/mesh
Date: Mon, 31 Oct 2011 23:46:10 +0100

Author: bartpolot
Date: 2011-10-31 23:46:10 +0100 (Mon, 31 Oct 2011)
New Revision: 17889

Added:
   gnunet/src/mesh/test_0
Modified:
   gnunet/src/mesh/Makefile.am
Log:
Added test to check why some buildbots fail connections and tests


Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2011-10-31 22:39:43 UTC (rev 17888)
+++ gnunet/src/mesh/Makefile.am 2011-10-31 22:46:10 UTC (rev 17889)
@@ -109,7 +109,7 @@
 
 
 if ENABLE_TEST_RUN
-TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 
test_mesh_small_unicast
+TESTS = test_0 test_mesh_api test_mesh_path_api test_mesh_local_1 
test_mesh_local_2 test_mesh_small_unicast
 endif
 
 EXTRA_DIST = \

Added: gnunet/src/mesh/test_0
===================================================================
--- gnunet/src/mesh/test_0                              (rev 0)
+++ gnunet/src/mesh/test_0      2011-10-31 22:46:10 UTC (rev 17889)
@@ -0,0 +1,7 @@
+#!/bin/sh
+N=$(ps aux | grep gnunet | wc -l)
+if [[ $N > 1 ]]; then
+    echo "WARNING: there are GNUnet processes running!!!"
+    echo "WARNING: test may fail because of this!"
+fi
+ps aux | grep gnunet


Property changes on: gnunet/src/mesh/test_0
___________________________________________________________________
Added: svn:executable
   + *




reply via email to

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