diff options
Diffstat (limited to 'config/conclude.am')
-rw-r--r-- | config/conclude.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.am b/config/conclude.am index 19b61f5..6354196 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -64,7 +64,7 @@ test _test: $(PROGS) $(TESTS) fi; \ echo "============================"; \ srcdir="$(srcdir)" \ - $(RUNTEST) ./$$test $(TEST_FLAGS) || \ + $(RUNTESTS) ./$$test $(TEST_FLAGS) || \ (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ break; \ echo ""; \ |