Skip to content

Instantly share code, notes, and snippets.

@keith-turner
Created February 18, 2020 17:27
Show Gist options
  • Save keith-turner/c7e0ffb6b894f9349846484ae205127a to your computer and use it in GitHub Desktop.
Save keith-turner/c7e0ffb6b894f9349846484ae205127a to your computer and use it in GitHub Desktop.
Script to run individual integration test for Accumulo
#!/bin/bash
mvn -Dit.test="$1*" -Dtest=94w5up8qtweh -PskipQA -DskipITs=false -DskipTests=false -DfailIfNoTests=false verify
@keith-turner
Copy link
Author

An example of using this is runIT MetadataMaxFilesIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment