out-dir for consistency

上级 cbc1b08a
......@@ -129,7 +129,7 @@ def main(argv):
parser.add_argument('--test', required=True, help='full path to test script you want to run')
parser.add_argument('--build-num', dest="buildnum", required=True, help='buildnumber for uploading to GCS')
parser.add_argument('--bucket', default="k8s-minikube-prow", help='Name of the GCS bucket to upload to. Default: k8s-minkube-prow')
parser.add_argument('--outdir', default="gcs_out", help='Path of the directory to store all results, artifacts, and logs')
parser.add_argument('--out-dir', dest="outdir", default="gcs_out", help='Path of the directory to store all results, artifacts, and logs')
args = parser.parse_args()
if not os.path.exists(args.outdir):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册