Skip to content

Commit

Permalink
notebook-user
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe committed Aug 30, 2023
1 parent fa8a209 commit efa8794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ trap stop_container EXIT
await_container

# Run the tests
docker cp test_unstructured_ingest $CONTAINER_NAME:/home/notebook_user
docker exec "$CONTAINER_NAME" /bin/bash -c "/home/notebook_user/test_unstructured_ingest/test-ingest-wikipedia.sh"
docker cp test_unstructured_ingest $CONTAINER_NAME:/home/notebook-user
docker exec "$CONTAINER_NAME" /bin/bash -c "/home/notebook-user/test_unstructured_ingest/test-ingest-wikipedia.sh"

result=$?
exit $result

0 comments on commit efa8794

Please sign in to comment.