Removes some leftover log

More Linux fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent 0dbf1b0b43
commit b1eeebb6b6

@ -11,6 +11,7 @@
#include <AzCore/base.h>
#include <AzCore/Memory/SystemAllocator.h>
#include <AzCore/Debug/TraceMessageBus.h>
#include <AzCore/UnitTest/TestTypes.h>
#include <AzToolsFramework/API/ToolsApplicationAPI.h>
#include <AzToolsFramework/Application/ToolsApplication.h>
@ -22,7 +23,7 @@ namespace DisplaySettingsPythonBindingsUnitTests
{
class DisplaySettingsPythonBindingsFixture
: public UnitTest::ScopedAllocatorSetupFixture
: public ::UnitTest::ScopedAllocatorSetupFixture
{
public:
AzToolsFramework::ToolsApplication m_app;
@ -51,7 +52,7 @@ namespace DisplaySettingsPythonBindingsUnitTests
}
class DisplaySettingsComponentFixture
: public UnitTest::ScopedAllocatorSetupFixture
: public ::UnitTest::ScopedAllocatorSetupFixture
{
public:
AzToolsFramework::ToolsApplication m_app;

@ -11,6 +11,7 @@
#include <AzCore/base.h>
#include <AzCore/Memory/SystemAllocator.h>
#include <AzCore/Debug/TraceMessageBus.h>
#include <AzCore/UnitTest/TestTypes.h>
#include <AzToolsFramework/API/ToolsApplicationAPI.h>
#include <AzCore/UserSettings/UserSettingsComponent.h>
@ -22,7 +23,7 @@ namespace ViewPaneFuncsUnitTests
{
class ViewPanePythonBindingsFixture
: public UnitTest::ScopedAllocatorSetupFixture
: public ::UnitTest::ScopedAllocatorSetupFixture
{
public:
AzToolsFramework::ToolsApplication m_app;

@ -10,6 +10,7 @@
#include <gtest/gtest.h>
#include <xcb/xcb.h>
#include <AzCore/UnitTest/TestTypes.h>
#include "MockXcbInterface.h"
@ -17,7 +18,7 @@ namespace AzFramework
{
// Sets up mock behavior for the xcb library, providing an xcb_connection_t that is returned from a call to xcb_connect
class XcbBaseTestFixture
: public UnitTest::ScopedAllocatorSetupFixture
: public ::UnitTest::ScopedAllocatorSetupFixture
{
public:
void SetUp() override;

@ -32,8 +32,6 @@ else
LAST_CMD=$(<${LAST_CONFIGURE_CMD_FILE})
if [[ "${LAST_CMD}" != "${CONFIGURE_CMD}" ]]; then
echo [ci_build] Last run command different, generating
echo "${LAST_CMD}=="
echo "${CONFIGURE_CMD}=="
RUN_CONFIGURE=1
fi
fi

Loading…
Cancel
Save