Skip to content

Commit

Permalink
Merge pull request os-autoinst#18269 from DimStar77/poo133268
Browse files Browse the repository at this point in the history
gdb: disable debuginfod url during test
  • Loading branch information
DimStar77 authored Dec 7, 2023
2 parents b51c0d7 + 711fd12 commit 63b4e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/console/gdb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ sub run {
# as systemd's dependency with *sysvinit-tools* was dropped
$test_deps .= ' sysvinit-tools' if (is_sle('>15-sp2') || is_leap('>15.2'));
zypper_call("in $test_deps");
# disable debuginfod
assert_script_run('unset DEBUGINFOD_URLS');

#Test Case 1
assert_script_run("curl -O " . data_url('gdb/test1.c'));
Expand Down

0 comments on commit 63b4e4e

Please sign in to comment.