Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you leave off the module, the command will still work, just more slowly, as it must scan all modules to find the test class.

If you have edited Daffodil source code, the above commands will automatically re-stage the jars/binary/scripts so that these tests will work on the modified daffodil. That takes a while because staging is slow.

The entire testOnly command including arguments will need to be enclosed in quotes if you type it as a sbt command on the command line prompt instead of a testOnly command at the sbt prompt:

Code Block
sbt "daffodil-test/testOnly org.apache.daffodil.section05.facets.TestNulChars"