From 4382a44a3e5a4f1edb588cf8e7faad52aab942bb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 24 Feb 2021 13:55:20 +0000 Subject: [PATCH] apparently the tests now run as a different user on Mac OS --- .cirrus.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 257c1aa..b5c4fdb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -27,16 +27,16 @@ task: image: catalina-xcode-12.0 test_script: - echo|cpan App::cpanminus - - export PERL5LIB=/Users/anka/perl5/lib/perl5 - - /Users/anka/perl5/bin/cpanm --quiet --notest File::ShareDir::Install - - /Users/anka/perl5/bin/cpanm --quiet --notest XML::XPath - - /Users/anka/perl5/bin/cpanm --quiet --notest DBM::Deep - - /Users/anka/perl5/bin/cpanm --quiet --notest Digest::MD5 - - /Users/anka/perl5/bin/cpanm --quiet --notest File::Find::Rule - - /Users/anka/perl5/bin/cpanm --quiet --notest Spreadsheet::XLSX - - /Users/anka/perl5/bin/cpanm --quiet --notest Text::CSV_XS - - /Users/anka/perl5/bin/cpanm --quiet --notest LWP::Protocol::https - - /Users/anka/perl5/bin/cpanm --installdeps . + - export PERL5LIB=/Users/admin/perl5/lib/perl5 + - /Users/admin/perl5/bin/cpanm --quiet --notest File::ShareDir::Install + - /Users/admin/perl5/bin/cpanm --quiet --notest XML::XPath + - /Users/admin/perl5/bin/cpanm --quiet --notest DBM::Deep + - /Users/admin/perl5/bin/cpanm --quiet --notest Digest::MD5 + - /Users/admin/perl5/bin/cpanm --quiet --notest File::Find::Rule + - /Users/admin/perl5/bin/cpanm --quiet --notest Spreadsheet::XLSX + - /Users/admin/perl5/bin/cpanm --quiet --notest Text::CSV_XS + - /Users/admin/perl5/bin/cpanm --quiet --notest LWP::Protocol::https + - /Users/admin/perl5/bin/cpanm --installdeps . - ./build-data.sh - perl Makefile.PL - make