Skip to content

Commit af069fb

Browse files
michaelhashimotobrianchandotcom
authored andcommitted
LRQA-27719 Remove unnecessary revert because jenkins env is always clean
1 parent 0767f55 commit af069fb

12 files changed

+0
-34
lines changed

build-test-glassfish.xml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
</fileset>
3333
</chmod>
3434

35-
<antcall target="revert-test-properties" />
36-
3735
<antcall target="record-test-generated-properties" />
3836

3937
<antcall target="prepare-virtual-host-name-properties" />

build-test-jboss.xml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
</then>
2222
</if>
2323

24-
<antcall target="revert-test-properties" />
25-
2624
<antcall target="record-test-generated-properties" />
2725

2826
<antcall target="prepare-virtual-host-name-properties" />

build-test-jetty.xml

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
</fileset>
5858
</chmod>
5959

60-
<antcall target="revert-test-properties" />
61-
6260
<antcall target="record-test-generated-properties" />
6361

6462
<antcall target="prepare-virtual-host-name-properties" />

build-test-jonas.xml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
</fileset>
3333
</chmod>
3434

35-
<antcall target="revert-test-properties" />
36-
3735
<antcall target="record-test-generated-properties" />
3836

3937
<antcall target="prepare-virtual-host-name-properties" />

build-test-resin.xml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
</fileset>
5050
</chmod>
5151

52-
<antcall target="revert-test-properties" />
53-
5452
<antcall target="record-test-generated-properties" />
5553

5654
<antcall target="prepare-virtual-host-name-properties" />

build-test-tcat.xml

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ plugins.includes=marketplace-portlet</echo>
5656
<mkdir dir="${app.server.tcat.dir}/admin/temp" />
5757
<mkdir dir="${app.server.tcat.dir}/agent/temp" />
5858

59-
<antcall target="revert-test-properties" />
60-
6159
<antcall target="record-test-generated-properties" />
6260

6361
<antcall inheritAll="false" target="run-tcat">

build-test-tcserver.xml

-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
</fileset>
6262
</chmod>
6363

64-
<antcall target="revert-test-properties" />
65-
6664
<antcall target="record-test-generated-properties" />
6765

6866
<if>

build-test-tomcat.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
</then>
2020
</if>
2121

22-
<antcall target="revert-test-properties" />
23-
2422
<antcall target="record-test-generated-properties" />
2523

2624
<if>

build-test-weblogic.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
</then>
2020
</if>
2121

22-
<antcall target="revert-test-properties" />
23-
2422
<antcall target="record-test-generated-properties" />
2523

2624
<antcall target="prepare-selenium">

build-test-websphere.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
</then>
2020
</if>
2121

22-
<antcall target="revert-test-properties" />
23-
2422
<antcall target="record-test-generated-properties" />
2523

2624
<antcall target="prepare-selenium">

build-test-wildfly.xml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
</then>
1818
</if>
1919

20-
<antcall target="revert-test-properties" />
21-
2220
<antcall target="record-test-generated-properties" />
2321

2422
<antcall target="prepare-virtual-host-name-properties" />

build-test.xml

-12
Original file line numberDiff line numberDiff line change
@@ -7854,18 +7854,6 @@ if (ppstate.equals("normal")) {
78547854
</replace>
78557855
</target>
78567856

7857-
<target name="revert-test-properties">
7858-
<execute>
7859-
<![CDATA[git checkout -- portal-impl/test/portal-test.properties]]>
7860-
</execute>
7861-
7862-
<delete failonerror="false" file="portal-impl/test/portal-test-ext.properties" />
7863-
7864-
<execute>
7865-
<![CDATA[git checkout -- portal-web/test/test-portal-web.properties]]>
7866-
</execute>
7867-
</target>
7868-
78697857
<target name="run-poshi-evaluate-console">
78707858
<if>
78717859
<isset property="test.base.dir.name" />

0 commit comments

Comments
 (0)