Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qa/check
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ __aborted=true
myname=`basename $0`
__scriptname=$myname # a synonym

# Ensure LC_ALL is not set to allow locale-dependent sort order
unset LC_ALL

# lock (and PID) file to prevent concurrent QA execution
#
CHECKLOCK=/tmp/PCP-QA-LOCK
Expand Down
Loading