Skip to content

Commit

Permalink
TESTING that jenkins is running with the right ap_verify
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKrughoff committed Dec 5, 2018
1 parent c9c9eb8 commit 6e0eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_ci_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ NUMPROC=${NUMPROC:-$((sys_proc < max_proc ? sys_proc : max_proc))}
IDLIST="${PRODUCT_DIR}"/config/${DATASET}.list

while read -r ID; do
echo "Running ap_verify on ${ID}..."
echo "Running ap_verify on ${ID} with ${AP_VERIFY_DIR}..."
ap_verify.py --dataset "${DATASET}" \
--id "${ID}" \
--output "${WORKSPACE}" \
Expand Down

0 comments on commit 6e0eb42

Please sign in to comment.