From eaa18282d1e31bdfd2b090427ea2b05b478d39fb Mon Sep 17 00:00:00 2001 From: louwrentius Date: Tue, 23 Aug 2011 22:26:51 +0000 Subject: [PATCH] Fixed issue with listener and MD5 --- ppss | 5 +---- ppss-test.sh | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ppss b/ppss index 0dda922..e7d08e0 100755 --- a/ppss +++ b/ppss @@ -1,4 +1,4 @@ -#set -x +#!/usr/bin/env bash # # PPSS, the Parallel Processing Shell Script # @@ -2914,10 +2914,7 @@ then then while read event <& 43 do - log DEBUG "Killing the listener!" - cleanup - exit "$event" done fi diff --git a/ppss-test.sh b/ppss-test.sh index cdb706f..a3fda7a 100755 --- a/ppss-test.sh +++ b/ppss-test.sh @@ -129,6 +129,8 @@ createSpecialFilenames () { testMD5 () { + export USE_MD5=1 + init_vars > /dev/null 2>&1 ARCH=Darwin set_md5 assertEquals "MD5 executable not set properly - $MD5" "$MD5" "md5"