Ensure that abrt hook is used.
This commit is contained in:
parent
c0513dfb8c
commit
e4e06c7ce8
@ -594,6 +594,9 @@ sed -i -r "s|( \*.*\*)\/(.*)|\1\\\/\2|" %{buildroot}%{tapset_dir}/libruby.so.%{m
|
||||
# Sanity check that SystemTap (dtrace) was detected.
|
||||
make runruby TESTRUN_SCRIPT=%{SOURCE11}
|
||||
|
||||
# Check if abrt hook is required.
|
||||
LD_LIBRARY_PATH=. RUBYOPT=-I.:lib:.ext/x86_64-linux/ ./ruby -d -e '' |& grep abrt
|
||||
|
||||
DISABLE_TESTS=""
|
||||
|
||||
# test_debug(TestRubyOptions) fails due to LoadError reported in debug mode,
|
||||
|
Loading…
Reference in New Issue
Block a user