diff --git a/tests/main.py b/tests/main.py index 79672219b..e8e0ce6fc 100755 --- a/tests/main.py +++ b/tests/main.py @@ -17,7 +17,7 @@ from KubernetesTest import KubernetesTest from LinuxTest import LinuxTest from logger import log -if len(argv) != 2 : +if len(argv) <= 1 : log("TESTS", "❌", "Missing type argument") exit(1)