mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-03 15:04:22 +00:00
6e9213f4b7
This is safer if the advisory stuff was done on a previous test run. Hilariously, this exposed a dumb mistake I made years ago in installedtest.pm and never noticed before: the calls to advisory_* at the bottom of that file are meant to be in the post_fail_hook, but they weren't, which meant they got called by the scheduler. This didn't cause any failures because the first line caused them to return immediately based on a get_var call (which it's OK to do in the scheduler), but changing it to a script_run call (which it's *not* OK to do in scheduling) caused all the tests to blow up immediately and confused me *a lot* until I spotted this! Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.. | ||
anaconda.pm | ||
anacondatest.pm | ||
bugzilla.pm | ||
cockpit.pm | ||
fedoradistribution.pm | ||
freeipa.pm | ||
installedtest.pm | ||
modularity.pm | ||
packagetest.pm | ||
tapnet.pm | ||
utils.pm |