removing ps, does not work
authorChristian Grothoff <christian@grothoff.org>
Fri, 12 Mar 2010 15:22:30 +0000 (15:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 12 Mar 2010 15:22:30 +0000 (15:22 +0000)
src/util/Makefile.am
src/util/prep_script.sh [deleted file]

index 81e6f79d8561efa8b89598d3b285d621e156ae0d..d3f72091c9a44365f863bd302ec4653e560ed3f6 100644 (file)
@@ -97,9 +97,6 @@ libgnunet_plugin_test_la_SOURCES = \
 libgnunet_plugin_test_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 
-check_SCRIPTS = \
- prep_script.sh
-
 check_PROGRAMS = \
  test_bio \
  test_client \
@@ -146,7 +143,7 @@ check_PROGRAMS = \
  perf_crypto_hash \
  test_os_start_process 
 
-TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
+TESTS = $(check_PROGRAMS)
 
 
 test_bio_SOURCES = \
diff --git a/src/util/prep_script.sh b/src/util/prep_script.sh
deleted file mode 100755 (executable)
index 4382e8b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-killall gnunet-service-arm &> /dev/null
-killall gnunet-service-peerinfo &> /dev/null
-killall gnunet-service-resolver &> /dev/null
-killall gnunet-service-transport &> /dev/null
-killall gnunet-service-core &> /dev/null
-exit 0