Skip to content

Instantly share code, notes, and snippets.

@amateescu
Created June 12, 2013 16:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amateescu/5766939 to your computer and use it in GitHub Desktop.
Save amateescu/5766939 to your computer and use it in GitHub Desktop.
diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 49b1a44..d8f471f 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -680,6 +680,7 @@ function simpletest_script_get_test_list() {
simpletest_script_print_error('No valid tests were specified.');
exit;
}
+ // I only want to run one test class! :)
+ $test_list = array('Drupal\book\Tests\BookTest');
return $test_list;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment