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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user