summaryrefslogtreecommitdiff
path: root/test_single_image.sh
diff options
context:
space:
mode:
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