mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tests: Disable qht-bench parallel test when using gprof
This test is failing on the Travis CI [*] since some time now,
disable it until it get fixed.
[*] 474821674
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190103150951.17592-3-philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
0acf7ded0c
commit
ce2eefd7c2
2 changed files with 3 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -7490,6 +7490,7 @@ alpha)
|
|||
esac
|
||||
|
||||
if test "$gprof" = "yes" ; then
|
||||
echo "CONFIG_GPROF=y" >> $config_host_mak
|
||||
echo "TARGET_GPROF=y" >> $config_target_mak
|
||||
if test "$target_linux_user" = "yes" ; then
|
||||
cflags="-p $cflags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue