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
This commit is contained in:
Bart Van Assche
2018-11-22 22:03:37 +00:00
parent 4ce95041e3
commit 0ad8d21ce0
+1 -1
View File
@@ -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