Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Jun 23, 2023
1 parent 77518ac commit c0b9ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker_build_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tools/docker_build_prepssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c0b9ea0

Please sign in to comment.