Skip to content

Commit 670d11c

Browse files
Update CHANGELOG.rst
1 parent 5699771 commit 670d11c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ v0.9.5 (Mar 31, 2021)
66

77
This release added support for `PBS Scheduler <https://www.openpbs.org/>`_ see `#691 <https://github.com/buildtesters/buildtest/pull/691>`_ and `#693 <https://github.com/buildtesters/buildtest/pull/693>`_
88
We changed the **starttime** and **endtime** format for batch job submission when reported to ``report.json`` see `#700 <https://github.com/buildtesters/buildtest/pull/700>`_. We added color output
9-
for buildtest commands using `termcolor <https://pypi.org/project/termcolor/>`_ library. We can disable color using `BUILDTEST_COLOR` environment variable. See `#703 <https://github.com/buildtesters/buildtest/pull/703>`_. We
10-
re-implemented command `buildtest inspect` command by introducing commands `buildtest inspect names`, `buildtest inspect list`, `buildtest inspect id` see `#704 <https://github.com/buildtesters/buildtest/pull/704>`_.
9+
for buildtest commands using `termcolor <https://pypi.org/project/termcolor/>`_ library. We can disable color using **BUILDTEST_COLOR** environment variable. See `#703 <https://github.com/buildtesters/buildtest/pull/703>`_. We
10+
re-implemented command `buildtest inspect` command by introducing commands ``buildtest inspect name``, ``buildtest inspect list``, ``buildtest inspect id`` see `#704 <https://github.com/buildtesters/buildtest/pull/704>`_.
1111

12-
- Add wrapper script to run regression test via `sh $BUILDTEST_ROOT/scripts/regtest.py`. This script is wrapper to `pytest` and `coverage`. See `#710 <https://github.com/buildtesters/buildtest/pull/710>`_.
12+
- Add wrapper script to run regression test via ``sh $BUILDTEST_ROOT/scripts/regtest.py``. This script is wrapper to `pytest` and `coverage`. See `#710 <https://github.com/buildtesters/buildtest/pull/710>`_.
1313
- Add `description` field for system description in configuration file `#694 <https://github.com/buildtesters/buildtest/pull/694>`_
1414
- Add command `buildtest config system` see `#697 <https://github.com/buildtesters/buildtest/pull/697>`_
1515
- Increase test coverage and add few more facility tests for Cori and Ascent see `#712 <https://github.com/buildtesters/buildtest/pull/712>`_
1616
- The `buildtest config compilers` implements the ``--list`` option which is removed see `#708 <https://github.com/buildtesters/buildtest/pull/708>`_
17-
- Add `upcxx` compiler support in compiler schema and settings schema see `#709 <https://github.com/buildtesters/buildtest/pull/709>`_
17+
- Add **upcxx** compiler support in compiler schema and settings schema see `#709 <https://github.com/buildtesters/buildtest/pull/709>`_
1818

1919

2020
v0.9.4 (Mar 14, 2021)

0 commit comments

Comments
 (0)