From 39ccc6148d549932e591369779844437335349f6 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Mon, 30 Dec 2024 18:44:23 -0800 Subject: [PATCH] Remove the temp directory and contents, git clone requires empty dir --- exec/testbuild.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/testbuild.js b/exec/testbuild.js index e6434c8cc1..0376eeda63 100644 --- a/exec/testbuild.js +++ b/exec/testbuild.js @@ -19,6 +19,7 @@ var temp_dir = backslash(system.temp_path) + "sbbs-" + date_str; log(LOG_INFO,"Using temp directory: " + temp_dir); +print("Remove files: " + rmfiles(temp_dir)); var build_output = "build_output.txt"; var repo = "git@gitlab.synchro.net:/main/sbbs"; var cmd_line = "git clone " + repo + " " + temp_dir + " 2> " + build_output; -- GitLab