diff --git a/bin/deepstate/common.py b/bin/deepstate/common.py index 92fa0fe..b4e2966 100644 --- a/bin/deepstate/common.py +++ b/bin/deepstate/common.py @@ -118,7 +118,7 @@ class DeepState(object): help="Number of workers to spawn for testing and test generation.") parser.add_argument( - "--output_test_dir", type=str, required=False, + "--output_test_dir", default="out", type=str, required=False, help="Directory where tests will be saved.") parser.add_argument(