Skip to content

Commit

Permalink
Merge pull request #40 from brianhlin/iu_myosg_retirement
Browse files Browse the repository at this point in the history
Drop IU XML verification tests
  • Loading branch information
matyasselmeci authored May 30, 2018
2 parents 47e5201 + fdd8b20 commit 21a0516
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_verify_schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ EOF
fi

for DATA_TYPE in miscproject vosummary rgsummary; do
echo -e "======================\n"\
"VERIFYING $DATA_TYPE\n"\
"======================"
ORIG_XML=/tmp/$DATA_TYPE.orig.xml
./converters/download --out $ORIG_XML $DATA_TYPE
verify_xml $ORIG_XML $DATA_TYPE
if [[ $DATA_TYPE == 'rgsummary' ]]; then
./converters/download --out /tmp/rgdowntime.orig.xml rgdowntime
verify_xml /tmp/rgdowntime.orig.xml rgdowntime
fi

CONVERTED_XML=/tmp/$DATA_TYPE.xml

case $DATA_TYPE in
Expand Down Expand Up @@ -63,7 +52,6 @@ for DATA_TYPE in miscproject vosummary rgsummary; do
# access to the SSH keys for the contacts repo
if [[ $DATA_TYPE == 'vosummary' ]] || [[ $DATA_TYPE == 'rgsummary' ]]; then
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then
echo "double true"
READER_ARGS="--contacts $CONTACT_YAML $READER_ARGS"
fi
fi
Expand Down

0 comments on commit 21a0516

Please sign in to comment.