Skip to content

Commit

Permalink
THATS WHY IM SO CONFUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Dec 13, 2023
1 parent a90a751 commit 91aaeda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ jobs:
print(f"socket.gethostbyname_ex(socket.gethostname()) : {socket.gethostbyname_ex(socket.gethostname())}")
print(f"socket.gethostbyname_ex(socket.getfqdn()) : {socket.gethostbyname_ex(socket.getfqdn())}")
print("\n")
print(f"socket.gethostname() : {socket.gethostname()}")
print(f"socket.getfqdn() : {socket.getfqdn()}")
print("\n")
print(f"socket.gethostbyname_ex(socket.gethostname()) : {socket.gethostbyname_ex(socket.gethostname())}")
print(f"socket.gethostbyname_ex(socket.getfqdn()) : {socket.gethostbyname_ex(socket.getfqdn())}")
- name: Test _is_process_running
shell: python
run: |
Expand Down

0 comments on commit 91aaeda

Please sign in to comment.