Skip to content

Commit 285dc28

Browse files
committed
ci: Limit run tests number for built perl tests
1 parent b3df1f3 commit 285dc28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/windows/glpi-agent-built-perl-tests.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ sub load_jobfile {
235235
# By default all possible test will be run
236236
test_files => [
237237
#~ qw(t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t t/*/*/*/*/*/*.t)
238+
qw(t/*.t t/*/*.t)
238239
],
239240
skip_tests => [
240241
# Fails if not run as administrator

0 commit comments

Comments
 (0)