Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 9, 2022
1 parent 7b8a528 commit 46d0400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fulltest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

. ../common.bash
. ./common.bash

pushd test-compose &>/dev/null
echo "Launching fresh containers..."
Expand Down Expand Up @@ -45,7 +45,7 @@ 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

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 46d0400

Please sign in to comment.