当用到ltp进行测试时,下载源码
./configure
./make && make install
当进行测试时
./runltp -f ima总是出现下面错误:
FATAL: Test suite not installed correctly INFO: as root user type 'make ; make install'
原因是默认的安装在/opt/ltp
所以运行时,应该
cd /opt/ltp
./runltp ...
本文介绍了使用LTP进行测试时遇到的安装问题及解决方法。通过正确的安装路径设置,可以避免运行测试脚本时出现的错误提示。
当用到ltp进行测试时,下载源码
./configure
./make && make install
当进行测试时
./runltp -f ima总是出现下面错误:
FATAL: Test suite not installed correctly INFO: as root user type 'make ; make install'
原因是默认的安装在/opt/ltp
所以运行时,应该
cd /opt/ltp
./runltp ...

被折叠的 条评论
为什么被折叠?