upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/test-ngit-relay.sh
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-05 10:19:56 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-05 10:19:56 +0000
commit86077d24e7cc8ff9d474a5947f0151d005f9f747 (patch)
tree47b7cd4c52e8f784e1b8f13ab6f88a1c4eef31e4 /grasp-audit/test-ngit-relay.sh
parent53b926427fa6b65abcf680dd1c19eebfd3e85f65 (diff)
fix: hardcoded port
Diffstat (limited to 'grasp-audit/test-ngit-relay.sh')
-rwxr-xr-xgrasp-audit/test-ngit-relay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/test-ngit-relay.sh b/grasp-audit/test-ngit-relay.sh
index 2d1d7f2..356eed1 100755
--- a/grasp-audit/test-ngit-relay.sh
+++ b/grasp-audit/test-ngit-relay.sh
@@ -59,7 +59,7 @@ echo "Validation tests should pass."
59echo "" 59echo ""
60 60
61# Run the CLI tool (cleanup happens via trap even on failure) 61# Run the CLI tool (cleanup happens via trap even on failure)
62cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || { 62RELAY_URL="ws://localhost:$PORT" cargo run -- audit --relay "ws://localhost:$PORT" --mode ci --spec nip01-smoke || {
63 echo "⚠️ Some tests failed (expected for ngit-relay)" 63 echo "⚠️ Some tests failed (expected for ngit-relay)"
64 echo " Validation tests should have passed" 64 echo " Validation tests should have passed"
65} 65}