Skip to content

Commit

Permalink
trblshtg
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 9, 2022
1 parent 788e2a5 commit 899fcb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fulltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ rm -f ./lastpage.txt
#fi

# replace FROM line in IdP Dockerfile to newly-built local image
sed -i "/FROM/ c\FROM ${imagename}_${tag}" ../test-compose/idp/Dockerfile
# sed -i "/FROM/c\FROM ${imagename}_${tag}" ../test-compose/idp/Dockerfile
sed -i "/FROM/c\FROM shib-idp_4.2.1_20221101_rocky8_multiarch_dev" ../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 899fcb0

Please sign in to comment.