Skip to content

Commit

Permalink
updated all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent dbc5cec commit bf4934f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ section "Running PyTools ALL"
cd "$srcdir/..";
# shellcheck disable=SC1090
# has to be included so that isExcluded function is inherited
. "$srcdir/../bash-tools/check_all.sh"
. "$srcdir/../bash-tools/checks/check_all.sh"

#tests/test_yamllint.sh

Expand All @@ -41,4 +41,4 @@ exit 0
# pyspark not found
tests/help.sh

bash-tools/run_tests.sh
bash-tools/checks/run_tests.sh

0 comments on commit bf4934f

Please sign in to comment.