Coverity Scan make check fix
This commit is contained in:
parent
cbbb5aad0a
commit
eef7ec0aa1
|
@ -50,7 +50,7 @@ matrix:
|
||||||
description: Build submitted via Travis CI
|
description: Build submitted via Travis CI
|
||||||
notification_email: guru.mail@muenster.de
|
notification_email: guru.mail@muenster.de
|
||||||
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr CPPFLAGS='-DDEBUG' CXXFLAGS='-g -O0 -DDEBUG' --with-unit-test && make clean"
|
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr CPPFLAGS='-DDEBUG' CXXFLAGS='-g -O0 -DDEBUG' --with-unit-test && make clean"
|
||||||
build_command: "make V=1 -j10 check"
|
build_command: "make V=1 -j10 && make check"
|
||||||
branch_pattern: master
|
branch_pattern: master
|
||||||
before_install:
|
before_install:
|
||||||
- lsb_release -a
|
- lsb_release -a
|
||||||
|
|
|
@ -387,7 +387,6 @@ void FKeyboardTest::inputTest()
|
||||||
CPPUNIT_ASSERT ( key_pressed == 'A' );
|
CPPUNIT_ASSERT ( key_pressed == 'A' );
|
||||||
CPPUNIT_ASSERT ( key_released == 'A' );
|
CPPUNIT_ASSERT ( key_released == 'A' );
|
||||||
clear();
|
clear();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue