blob: f4b479bcb2d24473af136c91090d3a1057efa648 [file] [log] [blame]
#!/usr/bin/env bash
echo $$ > test.pid
gradle test
rm test.pid