Skip to content

Commit a9a9307

Browse files
committed
fix: remove unused test harness JSON parsing patch execution from pom.xml
1 parent 765f57f commit a9a9307

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

fix-test-harness.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -125,29 +125,6 @@
125125
</successCodes>
126126
</configuration>
127127
</execution>
128-
<execution>
129-
<id>fix-test-harness-json-parsing</id>
130-
<phase>generate-test-resources</phase>
131-
<goals>
132-
<goal>exec</goal>
133-
</goals>
134-
<configuration>
135-
<executable>patch</executable>
136-
<workingDirectory>${copilot.sdk.clone.dir}</workingDirectory>
137-
<arguments>
138-
<argument>-p1</argument>
139-
<argument>-N</argument> <!-- Don't apply if already applied -->
140-
<argument>-r</argument>
141-
<argument>-</argument> <!-- Don't create reject files -->
142-
<argument>-i</argument>
143-
<argument>${project.basedir}/fix-test-harness.patch</argument>
144-
</arguments>
145-
<successCodes>
146-
<successCode>0</successCode>
147-
<successCode>1</successCode> <!-- Patch already applied -->
148-
</successCodes>
149-
</configuration>
150-
</execution>
151128
<execution>
152129
<id>install-harness-dependencies</id>
153130
<phase>generate-test-resources</phase>

0 commit comments

Comments
 (0)