unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
362 stars 94 forks source link

Correct client init error message #101

Closed evilpan closed 7 years ago

evilpan commented 7 years ago

for issue #100

ghost commented 7 years ago

Hello, and thanks for the PR!

It seems like the CI failure is legit though.

The following line does not follow our guidelines:
Correct client init error message
First commit message line (header) does not follow format: type(scope): message
Please refer to our commit guidelines:
- https://github.com/unix-thrust/beurk/wiki/Commit-Guidelines
[-] tests/quick/ci/check_commits_history.sh failed !

As well as the check we do concerning the error message in tests:

./client.py beurk 3005 6666 2>&1 |
grep "host \[beurk\], port \[3005\], bind port \[6666\] : Socket error"
[-] tests/quick/client/client.sh failed !
ghost commented 7 years ago

LGTM, thanks again!