summaryrefslogtreecommitdiff
path: root/test_single_image.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-18 08:34:16 +0300
committerPaul Buetow <paul@buetow.org>2025-07-18 08:34:16 +0300
commite2f45921c45c9322c2ddb679d0511ba20772dcae (patch)
tree85e13d7d4127bd1fdc4821427782475095c6f289 /test_single_image.sh
parent85ee3559fcdee46a21c4e9a5ef9ec519d997c447 (diff)
gui improvements
Diffstat (limited to 'test_single_image.sh')
-rwxr-xr-xtest_single_image.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/test_single_image.sh b/test_single_image.sh
deleted file mode 100755
index 3dde0de..0000000
--- a/test_single_image.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-# Test script to verify single image functionality
-
-echo "Building totalrecall..."
-go build -o totalrecall ./cmd/totalrecall || exit 1
-
-echo "Testing CLI mode with a single word..."
-./totalrecall "котка" || exit 1
-
-echo "Checking generated files..."
-ls -la output/котка*
-
-echo "Test completed successfully!" \ No newline at end of file