Skip to content

Commit

Permalink
tests/qtest/fuzz-test: Quit test_lp1878642 once done
Browse files Browse the repository at this point in the history
Missed in fd25017 ("qtest: add a reproducer for LP#1878642").

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201201191026.4149955-2-philmd@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
philmd authored and huth committed Dec 9, 2020
1 parent 43d1da7 commit 6536c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/qtest/fuzz-test.c
Expand Up @@ -45,6 +45,7 @@ static void test_lp1878642_pci_bus_get_irq_level_assert(void)
qtest_outl(s, 0xcf8, 0x8400f841);
qtest_outl(s, 0xcfc, 0xebed205d);
qtest_outl(s, 0x5d02, 0xebed205d);
qtest_quit(s);
}

int main(int argc, char **argv)
Expand Down

0 comments on commit 6536c9e

Please sign in to comment.