Skip to content

Commit

Permalink
Test nasa#45
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Jul 23, 2021
1 parent f4b2ced commit 5f90df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/tests/fputil.bash
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ function integration_test {
PLATFORM=""

cd "${WORKDIR}"
fprime-util "generate" > "${LOG_DIR}/${WORKDIR//\//_}_pregen.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_pregen.err.log" \
fprime-util "generate" > "${LOG_DIR}/${WORKDIR//\//_}_pregen.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_pregen.err.log" \
|| fail_and_stop "Failed to generate before ${WORKDIR//\//_} building integration test"
cd "${WORKDIR}/"
fprime-util "build" --jobs "${JOBS}" ${PLATFORM} > "${LOG_DIR}/${WORKDIR//\//_}_${TARGET/ /}.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_${TARGET/ /}.err.log" \
fprime-util "build" --jobs "${JOBS}" ${PLATFORM} > "${LOG_DIR}/${WORKDIR//\//_}_${TARGET/ /}.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_${TARGET/ /}.err.log" \
|| fail_and_stop "Failed to build before integration test"

(
Expand Down

0 comments on commit 5f90df0

Please sign in to comment.