Skip to content

Commit

Permalink
Test all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Jul 5, 2024
1 parent e742640 commit 48f3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ teardown_test_package() {
}

list_all_directories() {
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E 'nginx|network_traffic|zeek|oracle|auditd_manager'
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
}

check_package() {
Expand Down

0 comments on commit 48f3cba

Please sign in to comment.