aboutsummaryrefslogtreecommitdiff
blob: 814805371742265ed4ea509bf14a3ae7131b8fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# Reverse dependency testing for @@JOB@@

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

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

source "@@TEMPLATEDIR@@tatt_functions.sh"

test_ret=0

export USE

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