From 0ad8d21ce0566b023599c2bd6aa79b19bfa1f108 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 22 Nov 2018 22:03:37 +0000 Subject: [PATCH] scripts/run-regression-tests: Stop testing the procfs interface Since the procfs interface is obsolete, stop testin it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7828 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 6485d1a79..ecfc5c6ae 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -603,7 +603,7 @@ if [ "${run_local_compilation}" = "true" ]; then compile_scst_no_dlm || exit $? compile_scst_patched 2release || exit $? compile_scst_patched 2perf || exit $? - compile_scst_patched enable_proc || exit $? + # compile_scst_patched enable_proc || exit $? if type rpmbuild >/dev/null 2>&1; then make_rpm || exit $? fi