summaryrefslogtreecommitdiff
path: root/ci_tools/run_tz_master_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci_tools/run_tz_master_env.sh')
-rwxr-xr-xci_tools/run_tz_master_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci_tools/run_tz_master_env.sh b/ci_tools/run_tz_master_env.sh
index 2765e62..821a9b0 100755
--- a/ci_tools/run_tz_master_env.sh
+++ b/ci_tools/run_tz_master_env.sh
@@ -11,7 +11,7 @@ REPO_DIR=${2}
ORIG_DIR=$(pwd)
CITOOLS_DIR=$REPO_DIR/ci_tools
-REPO_TARBALL=${REPO_DIR}/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
+REPO_TARBALL=${REPO_DIR}/src/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
TMP_TARBALL=${TMP_DIR}/dateutil-zoneinfo.tar.gz
UPSTREAM_URL="https://github.com/eggert/tz.git"
@@ -93,5 +93,5 @@ ${CITOOLS_DIR}/make_zonefile_metadata.py \
python ${REPO_DIR}/updatezinfo.py $ZONEFILE_METADATA_NAME
# Run the tests
-python -m pytest ${REPO_DIR}/dateutil/test $EXTRA_TEST_ARGS
+python -m pytest ${REPO_DIR}/tests $EXTRA_TEST_ARGS