diff --git a/tests/runtests.py b/tests/runtests.py
index 696f7cc47a41bbe5ee3623df229da0af08bec0e5..761a29bfe8c15b7052754132832686d1ee85d9c5 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -54,8 +54,7 @@ def run_tests(verbosity=1, interactive=False):
             '--cover-package=djblets',
         ]
 
-    if len(sys.argv) > 2:
-        nose_argv += sys.argv[2:]
+    nose_argv += sys.argv[1:]
 
     # If the test files are executable on the file system, nose will need the
     #  --exe argument to run them
