1 #!/bin/bash 2 # Wrapper script to run tests with clean environment 3 # Used by git pre-push hook 4 5 "$@"