diff options
Diffstat (limited to 'tests/run_test.sh')
| -rwxr-xr-x | tests/run_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run_test.sh b/tests/run_test.sh index ef359ef..fc44ad6 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,8 +92,8 @@ FS_OUTPUT=$(<"$TMPFILE") [ "$FS_RC" -eq 0 ] check "find-servers exit code is 0 (got $FS_RC)" $? -echo "$FS_OUTPUT" | grep -q "urn:bobink.ServerRegister" -check "find-servers contains urn:bobink.ServerRegister" $? +echo "$FS_OUTPUT" | grep -q "urn:localhost:bobink:ServerRegister" +check "find-servers contains urn:localhost:bobink:ServerRegister" $? # ── GetEndpoints ────────────────────────────────────────────── build/Client "$CONFIG_DIR/client.conf" get-endpoints "opc.tcp://localhost:$SR_PORT" >"$TMPFILE" 2>&1 |
