v.1.2.0
v1.2.0
New contributions
- executionTime - Duration of execution in milliseconds
- returnCode - return code of the execution
- statusMessage - status messages from the adapter (replaced messages prefixed with # in the previous versions)
Contribution changes
- renamed "Analysis stdout/stderr" and "Compilation stdout/sdterr" to just "stdout/stderr"
- stdout/stderr is now saved to a file (will be in the zip and in the SUT)
Run script additions
- run_all.sh now has a -t option to launch terminals with "tail -f log_files"
test suite changes
- does not use sleep for synchronization anymore (waiting for automation to finish), uses get requests in a cycle instead