6 lines
122 B
Bash
Executable file
6 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd /tools/home
|
|
/tools/infer/bin/infer -- mvn compile test -Drat.skip=true -Danimal.sniffer.skip=true
|