Remove SH_LOG_COMPILER

SH_LOG_COMPILER has no effect since TEST_EXTENSIONS does not contain .sh

The test driver runs the script directly and therefore uses its #! line
to find the appropriate shell and its options.

This partially reverts commit 8fe4734da8.
This commit is contained in:
Kyle Guinn
2020-11-23 00:54:33 -06:00
parent 5fbe6161c2
commit f85e91fa99
-1
View File
@@ -6,7 +6,6 @@ EXTRA_DIST = README
check_PROGRAMS = arpackmm
dist_check_SCRIPTS = arpackmm.sh
dist_check_DATA = An.mtx As.mtx Az.mtx B.mtx Bz.mtx
SH_LOG_COMPILER = bash
TESTS = arpackmm.sh
arpackmm_SOURCES = arpackmm.cpp