Skip to content

Commit 775565f

Browse files
committed
fix
1 parent 3288586 commit 775565f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.woodpecker.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,8 @@ def localApiTests(name, suites, storage = "decomposed", extra_environment = {},
10901090

10911091
# Generate EICAR virus test files if needed
10921092
if generate_virus_files:
1093-
commands.append("chmod +x %s/scripts/generate-virus-files.sh" % dirs["test_dir"])
1094-
commands.append("bash %s/scripts/generate-virus-files.sh" % dirs["test_dir"])
1093+
commands.append("chmod +x %s/scripts/generate-virus-files.sh" % dirs["base"])
1094+
commands.append("bash %s/scripts/generate-virus-files.sh" % dirs["base"])
10951095

10961096
# Merge expected failures
10971097
if not with_remote_php:

0 commit comments

Comments
 (0)