Skip to content

Commit

Permalink
Merge pull request pmem#5977 from grom72/no-braille-sufix-in-tests
Browse files Browse the repository at this point in the history
common: Removing the annoying test directory suffix
  • Loading branch information
janekmi authored Jan 25, 2024
2 parents 25e363d + c2db02a commit 6ee3f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fi
[ "$CHECK_POOL" ] || CHECK_POOL=0
[ "$VERBOSE" ] || VERBOSE=0
[ "$TEST_LABEL" ] || TEST_LABEL=
[ -n "${SUFFIX+x}" ] || SUFFIX="😘⠏⠍⠙⠅ɗPMDKӜ⥺🙋"
[ -n "${SUFFIX+x}" ] || SUFFIX=""

export UNITTEST_LOG_LEVEL GREP TEST FS BUILD CHECK_TYPE CHECK_POOL VERBOSE SUFFIX

Expand Down

0 comments on commit 6ee3f36

Please sign in to comment.