Skip to content
Snippets Groups Projects
Commit cf4fba04 authored by Don Gagne's avatar Don Gagne
Browse files

Fix case
parent 3446b304
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ script:
- if [[ "${SPEC}" = "linux-g++-64" && "${CONFIG}" = "debug" ]]; then
mkdir -p ~/.config/QtProject/ &&
cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/.config/QtProject/ &&
EXPORT QT_FATAL_WARNINGS=1 &&
export QT_FATAL_WARNINGS=1 &&
./debug/qgroundcontrol-start.sh --unittest;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment