Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove a confusing sentence

...

Code Block
languagetext
mvn test -q -Pitests -Dtest=TestCliDriver -Dqtest=sample2.q

And by having -Pitests around you are always compiling the integrations tests to...this can improve compile time error detection.

The bad side is that a simple mvn test -Pitests will start executing all integration tests.

...