Skip to content

Commit

Permalink
test: add comment about req_tty to ex_libpmemobj tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk authored and janekmi committed Aug 7, 2023
1 parent 19bc6cf commit c340051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/test/ex_libpmemobj/TEST15
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2015-2019, Intel Corporation
# Copyright 2015-2023, Intel Corporation

#
# src/test/ex_libpmemobj/TEST15 -- unit test for libpmemobj examples
# This test is not run on GH Actions, as it requires
# connecting a terminal to standard output.
#

. ../unittest/unittest.sh
Expand Down
4 changes: 3 additions & 1 deletion src/test/ex_libpmemobj/TEST16
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2015-2019, Intel Corporation
# Copyright 2015-2023, Intel Corporation

#
# src/test/ex_libpmemobj/TEST16 -- unit test for libpmemobj examples
# This test is not run on GH Actions, as it requires
# connecting a terminal to standard output.
#

. ../unittest/unittest.sh
Expand Down

0 comments on commit c340051

Please sign in to comment.