From c0b9ea0c28117284adbaf84bebfcfa3167ec60eb Mon Sep 17 00:00:00 2001 From: Ian Harry Date: Fri, 23 Jun 2023 03:02:35 -0700 Subject: [PATCH] Testing --- tools/docker_build_dist.sh | 2 +- tools/docker_build_prepssh.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/docker_build_dist.sh b/tools/docker_build_dist.sh index c74de912cc1..741b2a331b2 100755 --- a/tools/docker_build_dist.sh +++ b/tools/docker_build_dist.sh @@ -78,7 +78,7 @@ if [ "x${PYCBC_CONTAINER}" == "xpycbc_rhel_virtualenv" ]; then pip install jupyter echo -e "\\n>> [`date`] Running basic tests" - pytest + #pytest cat << EOF >> $VIRTUAL_ENV/bin/activate diff --git a/tools/docker_build_prepssh.sh b/tools/docker_build_prepssh.sh index 864f385e7b6..26156117b3e 100644 --- a/tools/docker_build_prepssh.sh +++ b/tools/docker_build_prepssh.sh @@ -7,3 +7,5 @@ echo -e "Host sugwg-condor.phy.syr.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/ echo -e "Host oasis-login.opensciencegrid.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config ; echo -e "Host code.pycbc.phy.syr.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config ; chmod 600 ~/.ssh/id_rsa ~/.ssh/config ~/.ssh/ldg_user ~/.ssh/ldg_token +n=`echo -n "${OSG_ACCESS}"|wc -c` +echo -e "Length of hostkey is: $n"