summaryrefslogtreecommitdiffstats
path: root/sbe/build/citest/sbetest-start.sh
blob: 24e661e174fb577d9027a9440eb0d4b83349d0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
if [ -z $SBE_CI_ENV_SETUP ];
then
    unset $SANDBOXBASE
    unset $SANDBOXNAME
    source "$SBEROOT/sbe/build/citest/setup-env"
fi

#   Front end to autocitest - script to execute unit tests under simics.
#
##  when jenkins runs it will create a workspace with the built code tree
##  and drop us into it.
autocitest ${BACKING_BUILD}

exit $?
OpenPOWER on IntegriCloud