Skip to content

Commit

Permalink
edit check-num-files-expected-output from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaijan committed Nov 6, 2023
1 parent 0f1ca7f commit a61651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_unstructured_ingest/src/s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function cleanup() {
}
trap cleanup EXIT

"$SCRIPT_DIR"/check-num-files-expected-output.sh 3 $OUTPUT_FOLDER_NAME 20k
"$SCRIPT_DIR"/check-num-files-expected-output.sh 4 $OUTPUT_FOLDER_NAME 20k

RUN_SCRIPT=${RUN_SCRIPT:-./unstructured/ingest/main.py}
PYTHONPATH=${PYTHONPATH:-.} "$RUN_SCRIPT" \
Expand Down

0 comments on commit a61651e

Please sign in to comment.