Skip to content

Commit

Permalink
fix static sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 10, 2022
1 parent f396d1f commit 2fa2d5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/fulltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ rm -f ./lastpage.txt
#fi

# replace FROM line in IdP Dockerfile to newly-built local image
sed -i "s*FROM i2incommon/shib-idp:latest*FROM shib-idp_4.2.1_20221101_rocky8_multiarch_dev*g" ../test-compose/idp/Dockerfile
echo "Setting test suite to base from new IdP image: ${imagename}_${tag}"
#sed -i "s*FROM i2incommon/shib-idp:latest*FROM shib-idp_4.2.1_20221101_rocky8_multiarch_dev*g" ../test-compose/idp/Dockerfile
sed -i "s*FROM i2incommon/shib-idp:latest*FROM ${imagename}_${tag}*g" ../test-compose/idp/Dockerfile

echo "Attempting full-cycle test..."
#webisoget -verbose -out ./lastpage.txt -formfile ./sptest.login -url https://sptest.example.edu:8443/secure/index.php
Expand Down

0 comments on commit 2fa2d5f

Please sign in to comment.