Skip to content

Commit b551bb2

Browse files
committed
improve log
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
1 parent b1f408f commit b551bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/test/start_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def test_directory(test, test_type):
299299
skip_test = False
300300
if os.path.isfile("SKIPIF"):
301301
try:
302+
logger.write('[Checking SKIPIF]')
302303
skip_test = process_skipif_output(run_command([test_env, "SKIPIF"]).strip())
303304
# check output and skip if true
304305
if skip_test == "1" or skip_test == "True":

0 commit comments

Comments
 (0)