Skip to content

Commit

Permalink
common: fix - revert unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Oct 3, 2024
1 parent b6a1a0a commit 1caee2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/RUNTESTS.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2014-2024, Intel Corporation
# Copyright 2014-2023, Intel Corporation

#
# RUNTESTS.sh -- setup the environment and run each test
Expand Down Expand Up @@ -276,7 +276,7 @@ runtest() {

ttype=$(intersection "$_testtype" "$req_testtype" "short medium long")
[ -z "$ttype" ] && {
echo "$UNITTEST_NAME: SKIP ($TEST/$REAL_FS/$BUILD$MCSTR$PROV$PM) test-type $testtype ($req_testtype required)"
echo "$UNITTEST_NAME: SKIP test-type $testtype ($req_testtype required)"
continue
}
# collapse test type to check if its valid superset
Expand Down
4 changes: 2 additions & 2 deletions src/test/tools/anonymous_mmap/check_max_mmap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018-2024, Intel Corporation
# Copyright 2018-2023, Intel Corporation

#
# src/test/tools/anonymous_mmap/check_max_mmap.sh -- checks how many DAX
Expand Down Expand Up @@ -29,7 +29,7 @@ function get_devdax_size() {

function msg_skip() {
echo "0" > "$FILE_MAX_DAX_DEVICES"
echo "$0: SKIP ($TEST/$REAL_FS/$BUILD$MCSTR$PROV$PM): $*"
echo "$0: SKIP: $*"
exit 0
}

Expand Down

0 comments on commit 1caee2f

Please sign in to comment.