Fixed issue with listener and MD5
This commit is contained in:
parent
2dcb39ecbf
commit
eaa18282d1
5
ppss
5
ppss
|
@ -1,4 +1,4 @@
|
||||||
#set -x
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# PPSS, the Parallel Processing Shell Script
|
# PPSS, the Parallel Processing Shell Script
|
||||||
#
|
#
|
||||||
|
@ -2914,10 +2914,7 @@ then
|
||||||
then
|
then
|
||||||
while read event <& 43
|
while read event <& 43
|
||||||
do
|
do
|
||||||
log DEBUG "Killing the listener!"
|
|
||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
exit "$event"
|
exit "$event"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -129,6 +129,8 @@ createSpecialFilenames () {
|
||||||
|
|
||||||
testMD5 () {
|
testMD5 () {
|
||||||
|
|
||||||
|
export USE_MD5=1
|
||||||
|
init_vars > /dev/null 2>&1
|
||||||
ARCH=Darwin
|
ARCH=Darwin
|
||||||
set_md5
|
set_md5
|
||||||
assertEquals "MD5 executable not set properly - $MD5" "$MD5" "md5"
|
assertEquals "MD5 executable not set properly - $MD5" "$MD5" "md5"
|
||||||
|
|
Loading…
Reference in New Issue