renamed python test function for logger output
This commit is contained in:
parent
4b24e0645c
commit
7bfe49c8ed
|
@ -6,7 +6,7 @@ from logging import info, error
|
|||
BIN_DIR = "bin/tests/logging/"
|
||||
|
||||
|
||||
def run_logger_test():
|
||||
def run_check_output():
|
||||
info("started check output...")
|
||||
|
||||
p = subprocess.run(BIN_DIR + "output", capture_output=True, text=True)
|
||||
|
|
Loading…
Reference in New Issue