Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created July 3, 2018 15:40
Show Gist options
  • Save johnpoth/c2025566f2f6d010c46292683cdd0536 to your computer and use it in GitHub Desktop.
Save johnpoth/c2025566f2f6d010c46292683cdd0536 to your computer and use it in GitHub Desktop.
#!/bin/sh
mvn clean install -Dtest=FileConsumerPreMoveLastModifiedTest -f camel-core/pom.xml
test_exit_code=$?
git checkout -- .
exit "$test_exit_code"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment