Skip to content

Commit

Permalink
allow validation test without core_pattern set
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Oct 5, 2019
1 parent 170aab6 commit 9dd935c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/validation/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fi

if [ "$(cat /proc/sys/kernel/core_pattern)" != "core" ]; then
echo "Please set /proc/sys/kernel/core_pattern to core"
exit 1
fi

if [ "$(cat /proc/sys/kernel/core_uses_pid)" != "1" ]; then
Expand Down

0 comments on commit 9dd935c

Please sign in to comment.