Skip to content

Commit

Permalink
Use cn verify subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
septract committed Jul 20, 2024
1 parent 81a3135 commit c16c711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build/exercises.zip: $(EXERCISES)
##############################################################################
# Check that the examples all run correctly

CN_PATH ?= cn
CN_PATH ?= "cn verify"

check-archive:
@echo Check archive examples
Expand Down
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
echo "using CN=$1 in $PWD"
CN="$1"
else
CN=cn
CN="cn verify"
fi

good=0
Expand Down
2 changes: 1 addition & 1 deletion src/example-archive/check-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
echo "check-all.sh: using CN=$1 in $PWD"
CN="$1"
else
CN=cn
CN="cn verify"
fi

subdirs=(
Expand Down
2 changes: 1 addition & 1 deletion src/example-archive/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ then
echo "check.sh: using CN=$1 in $PWD"
CN="$1"
else
CN=cn
CN="cn verify"
fi

process_files() {
Expand Down

0 comments on commit c16c711

Please sign in to comment.