Apex: Removes cleaning from unit tests
[releng.git] / jjb / apex / apex-unit-test.sh
1 #!/bin/bash
2 set -o errexit
3 set -o nounset
4 set -o pipefail
5 # log info to console
6 echo "Starting unit tests for Apex..."
7 echo "---------------------------------------------------------------------------------------"
8 echo
9
10
11 pushd ci/ > /dev/null
12 ./test.sh
13 popd
14
15 echo "--------------------------------------------------------"
16 echo "Unit Tests Done!"