Skip to content

Commit 947760f

Browse files
committed
Flaky test release hot fix
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent d451c3c commit 947760f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/cli/index/common/fail-self-referencing-metaschema.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#2)
8080
( 8%) Producing: explorer/%/404.metapack
8181
( 11%) Producing: schemas/example/schemas/my-metaschema/%/schema.metapack
8282
error: Could not resolve the metaschema of the schema
83-
https://sourcemeta.com/example/schemas/my-metaschema
83+
at identifier https://sourcemeta.com/example/schemas/my-metaschema
84+
at path $(realpath "$TMP")/schemas/my-metaschema.json
8485
85-
Did you forget to register a schema with such URI in the one?
86+
Did you forget to register a schema with such URI?
8687
EOF
8788

8889
diff "$TMP/output.txt" "$TMP/expected1.txt" || diff "$TMP/output.txt" "$TMP/expected2.txt"

0 commit comments

Comments
 (0)