Skip to content

Commit

Permalink
updated bash-tools references
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent 365fcd7 commit e2daa64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ init:
perl: perl-libs cpan
@# workaround for broken pod coverage tests
@#yes | $(SUDO) cpan --force XML::Validate
@#bash-tools/perl_cpanm_install_if_absent.sh setup/cpan-requirements.txt setup/cpan-requirements-packaged.txt
@#bash-tools/perl/perl_cpanm_install_if_absent.sh setup/cpan-requirements.txt setup/cpan-requirements-packaged.txt
@:

.PHONY: perl-libs
Expand All @@ -94,7 +94,7 @@ test: lib-test

.PHONY: basic-test
basic-test: lib-test
. tests/excluded.sh; bash-tools/check_all.sh
. tests/excluded.sh; bash-tools/checks/check_all.sh
tests/help.sh

.PHONY: install
Expand Down
4 changes: 2 additions & 2 deletions tests/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export PROJECT="devops-perl-tools"

section "DevOps Perl Tools ALL Tests"

bash-tools/check_all.sh
bash-tools/checks/check_all.sh

tests/help.sh

bash-tools/run_tests.sh
bash-tools/checks/run_tests.sh
2 changes: 1 addition & 1 deletion tests/test_nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd "$srcdir2/..";
# shellcheck disable=SC1091
. ./tests/utils.sh

# because including bash-tools/util.sh resets the srcdir
# because including bash-tools/lib/utils.sh resets the srcdir
srcdir="$srcdir2"

section "N g i n x"
Expand Down

0 comments on commit e2daa64

Please sign in to comment.