Skip to content

Commit

Permalink
test: fix paths in test_schemata
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Dec 12, 2024
1 parent ce7b960 commit f089f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/yaml/generators/test_schemata.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validate all valid generator YAML found in the following dirs agains the CUE schema:

all_valid_yaml=(../../doc ../../skel/problem ../problems valid_yaml)
all_valid_yaml=(../../../doc ../../../skel/problem ../../problems valid_yaml)

# Arguments
#
Expand All @@ -10,7 +10,7 @@ all_valid_yaml=(../../doc ../../skel/problem ../problems valid_yaml)
# here the yaml can be split using `---` and each snippet is individually
# validated.

schemadir="../../support/schemas"
schemadir="../../../support/schemas"

failed=0

Expand Down

0 comments on commit f089f32

Please sign in to comment.