Skip to content

Commit

Permalink
Test nasa#21
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Jul 20, 2021
1 parent bf86771 commit 7414f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ci/master.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ export CTEST_OUTPUT_ON_FAILURE=1
export SCRIPT_DIR="$(dirname ${BASH_SOURCE})"
. "${SCRIPT_DIR}/helpers.bash"

DEPLOYMENT="${@}"
export DEPLOYMENT="${@}"
export TEST_TYPE="FULL"
if [[ "${DEPLOYMENT}" == "Ref" ]] || [[ "${DEPLOYMENT}" == "RPI" ]]
then
export DEPLOYMENT
TEST="${SCRIPT_DIR}/tests/20-fputil.bash"
export TEST_TYPE="20-fputil"
elif [[ "${DEPLOYMENT}" == "30-ints" ]]
Expand Down
4 changes: 2 additions & 2 deletions ci/tests/20-fputil.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ do
# RP - This if stmt is only used for the 20-fputil CI
if [[ "${target}" == "generate" ]]
then
rm -rf "${deployment}/build-fprime-automatic-"*
rm -rf "${DEPLOYMENT}/build-fprime-automatic-"*
fi
fputil_action "${deployment}" "${target}"
fputil_action "${DEPLOYMENT}" "${target}"
done

# Loop over deployments and targets
Expand Down

0 comments on commit 7414f1b

Please sign in to comment.