summarylogtreecommitdiffstats
path: root/test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'test.patch')
-rw-r--r--test.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/test.patch b/test.patch
deleted file mode 100644
index e4fe88067a3d..000000000000
--- a/test.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -u -r landrun-0.1.11.orig/test.sh landrun-0.1.11/test.sh
---- landrun-0.1.11.orig/test.sh 2025-03-23 21:55:36.087332829 -0400
-+++ landrun-0.1.11/test.sh 2025-03-23 21:56:32.475286702 -0400
-@@ -23,12 +23,12 @@
- }
-
- # Build the binary
--print_status "Building landrun binary..."
--go build -o landrun cmd/landrun/main.go
--if [ $? -ne 0 ]; then
-- print_error "Failed to build landrun binary"
-- exit 1
--fi
-+#print_status "Building landrun binary..."
-+#go build -o landrun cmd/landrun/main.go
-+#if [ $? -ne 0 ]; then
-+# print_error "Failed to build landrun binary"
-+# exit 1
-+#fi
- print_success "Binary built successfully"
-
- # Create test directories