Commit 1655648e authored by Amit Patankar's avatar Amit Patankar Committed by Neal Wu
Browse files

Reformatting official tests to run for models. (#2463)

parent 70c86f24
...@@ -44,7 +44,7 @@ else ...@@ -44,7 +44,7 @@ else
fi fi
# Specify which test is to be run # Specify which test is to be run
COMMAND="./testing/test_models.sh" COMMAND="./official/testing/test_models.sh"
# RUN # RUN
${DOCKER_BINARY} run \ ${DOCKER_BINARY} run \
......
...@@ -34,7 +34,7 @@ echo -e "Testing all models\n" ...@@ -34,7 +34,7 @@ echo -e "Testing all models\n"
# Install coverage # Install coverage
pip install coverage pip install coverage
for test_file in `find . -name *_test.py -print`; do for test_file in `find official -name *_test.py -print`; do
echo "Running $test_file." echo "Running $test_file."
coverage run $test_file coverage run $test_file
test_status=$? test_status=$?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment