Skip to content

Commit 436b2db

Browse files
sumchatteringclaude
andcommitted
Fix stale agent/ paths in build.sh and test.sh
Scripts were copied from feature/agent-scripts-android where they lived under agent/. Update usage comments and example output to reference the new root-level paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89bf793 commit 436b2db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It uses Gradle to build the project and shows errors in a clean format.
55
# It also checks if the build is successful and exits with the correct status.
66
#
7-
# Usage: ./agent/build.sh [--clean]
7+
# Usage: ./build.sh [--clean]
88
# --clean: Force a clean build (slower, but ensures clean state)
99

1010
# Note: Not using set -e because we need to handle build failures gracefully

test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ if [[ "$LIST_TESTS" == true ]]; then
7171

7272
echo ""
7373
echo "🔍 Example Usage:"
74-
echo " ./agent/test.sh IterableKeychainTest"
75-
echo " ./agent/test.sh \"IterableKeychainTest.testSaveAndGetEmail\""
76-
echo " ./agent/test.sh \":iterableapi:testDebugUnitTest --tests com.iterable.iterableapi.IterableKeychainTest\""
74+
echo " ./test.sh IterableKeychainTest"
75+
echo " ./test.sh \"IterableKeychainTest.testSaveAndGetEmail\""
76+
echo " ./test.sh \":iterableapi:testDebugUnitTest --tests com.iterable.iterableapi.IterableKeychainTest\""
7777

7878
exit 0
7979
fi

0 commit comments

Comments
 (0)