Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.06 KB

Changelog.md

File metadata and controls

19 lines (17 loc) · 1.06 KB

CHANGELOG

All notable changes to this project will be documented here.

[unreleased]

  • allow tests to write to existing subdirectories but not overwrite existing test script files (#237).
  • add ability to create a docker container for the autotester in development mode (#236).
  • major reorganization of the structure of this package (#236).
    • additional usage options for the server installation script (bin/install.sh).
    • testers can/should now be installed using the server installation script instead of individually.
    • configuration files now use yaml format.
    • configuration file defaults are now included in the source code so the autotester can be run with or without a user specific configuration file.
    • changed the default location for the workspace directory.

[1.8.1]

NOTE: This changelog starts from version 1.8.1 (changes prior to this version are not documented)

Added