Skip to content

Commit

Permalink
docker: Remove obsolete computation of non-fixed reference values
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 5, 2020
1 parent 9ec25a5 commit bc478fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tools/docker/scripts/install_regtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ else
echo "failed."
fi

# run regtests which lack fixed reference value
# Disable LeakSanitizer during docker build as it requires ptrace capabilities.
export LSAN_OPTIONS="detect_leaks=0"

echo -n "Trying to run regtests which lack reference values... "
if make test ARCH="${ARCH}" VERSION="${VERSION}" TESTOPTS="${TESTOPTS} -restrictdir QS/regtest-almo-md -restrictdir QS/regtest-almo-1 -restrictdir SE/regtest-3-4 -restrictdir QS/regtest-ot-1-vib -restrictdir Fist/regtest-5-vib -restrictdir QS/regtest-optbas -restrictdir TMC/regtest_ana_post_proc" &> /dev/null ; then
echo "done."
else
echo "failed."
fi

# remove binaries to reduce image size
rm -rf lib exe "regtesting/${ARCH}/${VERSION}"/TEST-*

Expand Down

0 comments on commit bc478fe

Please sign in to comment.