From 44b8944a6c2229ac013f5fc1c9e30c5eb81dd5a2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 20 Mar 2024 20:35:47 +0000 Subject: [PATCH] Generated commit to update templated files based on rev dc7fdf3 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: razvan with message [test script fixes] --- scripts/run-tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run-tests b/scripts/run-tests index 6abb97be..a37bd851 100755 --- a/scripts/run-tests +++ b/scripts/run-tests @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # vim: filetype=python syntax=python tabstop=4 expandtab import argparse @@ -203,7 +203,6 @@ def release_file( with tempfile.NamedTemporaryFile( mode="w", delete=False, - delete_on_close=False, prefix="patched", ) as f: pcontents = "".join(patched_release)