aboutsummaryrefslogtreecommitdiff
blob: 9ae0cdb08f5a0e7406510d8b9480a31fe3ec2319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#USE-Flag build tests for job @@JOB@@

trap "echo 'signal captured, exiting the entire script...'; exit" SIGHUP SIGINT SIGTERM

export TATT_TEST_TYPE="use"
export TATT_REPORTFILE="@@REPORTFILE@@"
export TATT_BUILDLOGDIR="@@BUILDLOGDIR@@"
export TATT_EMERGEOPTS="@@EMERGEOPTS@@"

source "@@TEMPLATEDIR@@tatt_functions.sh"

echo -e "USE tests started on $(date)\n" >> @@REPORTFILE@@

test_ret=0