You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ v0.9.5 (Mar 31, 2021)
6
6
7
7
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>`_
8
8
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>`_.
11
11
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>`_.
13
13
- Add `description` field for system description in configuration file `#694 <https://github.com/buildtesters/buildtest/pull/694>`_
14
14
- Add command `buildtest config system` see `#697 <https://github.com/buildtesters/buildtest/pull/697>`_
15
15
- Increase test coverage and add few more facility tests for Cori and Ascent see `#712 <https://github.com/buildtesters/buildtest/pull/712>`_
16
16
- 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>`_
0 commit comments