xmlsec1/tests/scripts/run_tests.sh
Scott Poore 5ab660073d Switch gating test to run test_xmlsec.sh
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
2021-07-01 09:01:15 -05:00

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