Fixes 2400883060501eed9858b4fe4a12d9552635418f Signed-off-by: Steffen Jaeckel <[email protected]>
@@ -69,7 +69,3 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
exit 0
fi
exit 1
-
-# ref: $Format:%D$
-# git commit: $Format:%H$
-# commit time: $Format:%ai$
@@ -9,7 +9,3 @@ echo "checking..."
./helper.pl --check-all || exit 1
@@ -45,7 +45,3 @@ portability-* -- -DUSE_LTM -DLTM_DESC -Isrc/headers -I../libtommath || { echo "c
echo "clang-tidy ok"
@@ -45,7 +45,3 @@ else
@@ -22,7 +22,3 @@ fi
@@ -110,7 +110,3 @@ echo
echo "Build full debug..."
make -j$MAKE_JOBS CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$EXTRALIBS" all_test LTC_DEBUG=2 V=1 1>gcc_1.txt 2>gcc_2.txt
@@ -18,7 +18,3 @@ then
echo "${CC}="`${CC} -dumpversion`
echo
@@ -43,7 +43,3 @@ else
@@ -20,7 +20,3 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
@@ -41,7 +41,3 @@ readonly VALGRIND_EXTRA_OPTS=$(get_suppfile)
valgrind $VALGRIND_OPTS $VALGRIND_EXTRA_OPTS ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }
kill $alive_pid