5ab660073d
Test was previously only pointing to the mellon tests. Fixing gating to run the test_xmlsec.sh script so that xmlsec specific tests also get run. Resolves: rhbz#1977300
13 lines
220 B
Bash
13 lines
220 B
Bash
#!/bin/bash
|
|
|
|
export GIT_SSL_NO_VERIFY=true
|
|
git clone https://github.com/latchset/federation_testing.git
|
|
|
|
cd federation_testing
|
|
if [ ! -d /tmp/artifacts ]; then
|
|
mkdir -p /tmp/artifacts
|
|
fi
|
|
|
|
./setup.sh
|
|
./test_xmlsec.sh
|