Skip to content

Commit

Permalink
schrodingertest change
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 5, 2019
1 parent 9a06e04 commit d5c4a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/schrodingertest/pom.xml
Expand Up @@ -294,9 +294,9 @@
<exec executable="cmd" osfamily="windows" failonerror="true">
<arg line=' /c rmdir "${home}" /S /Q '/>
</exec>
<exec executable="rm" osfamily="unix" failonerror="true">
<arg line="-rf ${home}"/>
</exec>
<!--<exec executable="rm" osfamily="unix" failonerror="true">-->
<!--<arg line="-rf ${home}"/>-->
<!--</exec>-->
</target>
</configuration>
<goals>
Expand Down

0 comments on commit d5c4a80

Please sign in to comment.