Skip to content

Commit

Permalink
Test with two packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 2, 2024
1 parent a9f5a79 commit fa1c6ef
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 @@ -747,7 +747,7 @@ teardown_test_package() {
}

list_all_directories() {
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort |grep -E '^apache_tomcat$'
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort |grep -E '^(apache_tomcat|oracle)$'
}

check_package() {
Expand Down

0 comments on commit fa1c6ef

Please sign in to comment.