We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f408f commit b551bb2Copy full SHA for b551bb2
util/test/start_test.py
@@ -299,6 +299,7 @@ def test_directory(test, test_type):
299
skip_test = False
300
if os.path.isfile("SKIPIF"):
301
try:
302
+ logger.write('[Checking SKIPIF]')
303
skip_test = process_skipif_output(run_command([test_env, "SKIPIF"]).strip())
304
# check output and skip if true
305
if skip_test == "1" or skip_test == "True":
0 commit comments