:78 Function create_function() is deprecated [8192]

including RACS location in testing fn msg

Marcelo Ponce [2019-07-01 17:22:47]
including RACS location in testing fn msg
Filename
core/auxs/testFns.sh
diff --git a/core/auxs/testFns.sh b/core/auxs/testFns.sh
index 3ce95cd..fe754f7 100755
--- a/core/auxs/testFns.sh
+++ b/core/auxs/testFns.sh
@@ -6,7 +6,7 @@
 # script containing a series of integrity checks: internal and external dependencies of the pipeline

 # determine where the scripts are located
-scriptsDIR=`dirname $0`
+scriptsDIR=$( cd "`dirname $0`" && pwd )	#`dirname $0`

 # load auxiliary fns
 . $scriptsDIR/auxFns.sh --source-only
@@ -15,6 +15,7 @@ scriptsDIR=`dirname $0`
 main() {
 	# integrity checks
 	echo "*** CHECKING RACS pipeline INTERNAL INTEGRITY..."
+	echo " identified RACS location... ${scriptsDIR} ..."
 	for i in `cat $scriptsDIR/../test/lst`; do
 		#echo $i;
 		checkIntegrityPipeline	../$i;
ViewGit