We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdca59 commit 159d7b7Copy full SHA for 159d7b7
1 file changed
scripts/test.py
@@ -399,6 +399,10 @@ def main():
399
400
OL_DIR = args.ol_dir
401
402
+ # Clean up any existing test directory
403
+ if os.path.exists(args.ol_dir):
404
+ call(['rm', '-rf', args.ol_dir])
405
+
406
setup_config(args.ol_dir)
407
prepare_open_lambda(args.ol_dir, args.image)
408
0 commit comments