Versions Compared

Key

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

...

  1. cd <ACME>/scripts
  2. ./create_test -xml_category acme_developer -xml_mach <machine> -xml_compiler <compiler> -testroot <any-path> <scratch> -project <batch project> -generate <some-name-for-these-baselines> -baselineroot <path to baselineroot>
    1. <scratch> is where the tests case roots will be created.
  3. cd <testroot>
  4. <ACME>/scripts/acme/wait_for_tests */TestStatus
    1. Note: The wait_for_tests script requires a minimum python version number of 2.7.
  5. All tests should pass

...