minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

Fail if directory passed from cmd line doesn't exist #210

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

Mint accepts command line args to run specific tests. This PR adds a check to make sure the test directory exists before attempting to run tests.

nitisht commented 6 years ago

Updated PR @balamurugana