TestingResearchIllinois / starts

STARTS - A tool for STAtic Regression Test Selection
Other
28 stars 37 forks source link

CLZ format not working #86

Open jtx1999 opened 3 years ago

jtx1999 commented 3 years ago

I added the following to the pom.xml on a clean clone of commons-fileupload:

<plugin>
  <groupId>edu.illinois</groupId>
  <artifactId>starts-maven-plugin</artifactId>
  <version>1.4-SNAPSHOT</version>
  <configuration>
    <depFormat>CLZ</depFormat>
  </configuration>
</plugin>

When I run mvn -Drat.skip starts:starts for multiple times, STARTS always selects and runs all tests, instead of selecting nothing.