Display test duration

This commit is contained in:
Andras Fekete
2023-08-22 09:51:42 -04:00
parent d321ae2fd5
commit d54aa0dabd

View File

@ -166,4 +166,5 @@ else
echo -e "\nThere were $NUM_TESTS_FAILED failures out of $NUM_TESTS_RUN tests\n"
fi
echo "The script ran for $SECONDS seconds"
exit $NUM_TESTS_FAILED