Skip to content

Commit

Permalink
Test nasa#11
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Jul 15, 2021
1 parent b825557 commit cd1f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/fputil.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function fputil_action {
PLATFORM=""

# Generate is only needed when it isn't being tested
if [[ "${TARGET}" != "generate" ]] && [[ "${TEST_TYPE}" != "QUICK" ]]
if [[ "${TARGET}" != "generate" ]] && [[ "${TEST_TYPE}" != "20-fputil" ]]
then
echo "[INFO] Generating build cache before ${DEPLOYMENT//\//_} '${TARGET}' execution"
fprime-util "generate" ${PLATFORM} ${CMAKE_EXTRA_SETTINGS} > "${LOG_DIR}/${DEPLOYMENT//\//_}_pregen.out.log" 2> "${LOG_DIR}/${DEPLOYMENT//\//_}_pregen.err.log" \
Expand Down

0 comments on commit cd1f0c8

Please sign in to comment.