Skip to content

Commit

Permalink
common: log PMEMOBJ_CONF always in test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Jan 24, 2024
1 parent c268965 commit e7d0524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1863,12 +1863,13 @@ function setup() {
lock_devdax
fi

export PMEMOBJ_CONF="${PMEMOBJ_CONF};fallocate.at_create=0;"
export PMEMOBJ_CONF="${PMEMOBJ_CONF};fallocate.at_create=0"

# disable SDS for non-pmem tests
if [ "$REAL_FS" = "non-pmem" ]; then
export PMEMOBJ_CONF="${PMEMOBJ_CONF};sds.at_create=0;"
export PMEMOBJ_CONF="${PMEMOBJ_CONF};sds.at_create=0"
fi
env | grep "PMEM"
}

#
Expand Down

0 comments on commit e7d0524

Please sign in to comment.