summaryrefslogtreecommitdiff
path: root/tests/testKeys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testKeys.sh')
-rwxr-xr-xtests/testKeys.sh14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/testKeys.sh b/tests/testKeys.sh
index 1bf7dc23..8424e8d6 100755
--- a/tests/testKeys.sh
+++ b/tests/testKeys.sh
@@ -6,11 +6,17 @@
##########################################################################
##########################################################################
##########################################################################
-echo "--- testKeys started for xmlsec-$crypto library ($timestamp) ---"
+if [ -z "$XMLSEC_TEST_REPRODUCIBLE" ]; then
+ echo "--- testKeys started for xmlsec-$crypto library ($timestamp) ---"
+fi
echo "--- LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
-echo "--- log file is $logfile"
+echo "--- LTDL_LIBRARY_PATH=$LTDL_LIBRARY_PATH"
+if [ -z "$XMLSEC_TEST_REPRODUCIBLE" ]; then
+ echo "--- log file is $logfile"
+fi
echo "--- testKeys started for xmlsec-$crypto library ($timestamp) ---" >> $logfile
echo "--- LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $logfile
+echo "--- LTDL_LIBRARY_PATH=$LTDL_LIBRARY_PATH" >> $logfile
# cleanup crypto config folder
mkdir -p $crypto_config
@@ -66,4 +72,6 @@ execKeysTest $res_success \
##########################################################################
echo "--- testKeys finished ---" >> $logfile
echo "--- testKeys finished ---"
-echo "--- detailed log is written to $logfile ---"
+if [ -z "$XMLSEC_TEST_REPRODUCIBLE" ]; then
+ echo "--- detailed log is written to $logfile ---"
+fi