fix tester

This commit is contained in:
Louis Abel 2021-07-07 19:56:55 -07:00
parent 8ec4536e49
commit 5d8541fc10
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# tests that the variables work # tests that the variables work
source "$(dirname "$0")/common" source "$(dirname "$0")/common"
echo ${RELEASE_DIR} echo "${RELEASE_DIR}"
echo ${STAGING_ROOT}/${CATEGORY_STUB}/${REV} echo "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
echo $NONMODS_REPOS echo "$NONMODS_REPOS"
echo ${REV} echo "${REV}"