aboutsummaryrefslogtreecommitdiff
blob: d18e080a6ce80ff35c7411bbb4c0452cd21aa43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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@@