diff --git a/server/test b/server/test index c6880876..df8ae5f5 100755 --- a/server/test +++ b/server/test @@ -4,4 +4,4 @@ import sys pytest.main(' '.join([ '--cov-report=term-missing', '--cov=szurubooru', - 'szurubooru'] + sys.argv[1:])) + ] + (sys.argv[1:] or ['szurubooru'])))