Skip to content

Commit

Permalink
update YAML testsuite to 722f9f0feadbc6b692058694b38e243c8be4bb7e
Browse files Browse the repository at this point in the history
Signed-off-by: Pantelis Antoniou <[email protected]>
  • Loading branch information
pantoniou committed Mar 12, 2021
1 parent 955c20d commit 5a061f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ if test "x$TESTSUITEURL" == "x" ; then
TESTSUITEURL="https://github.com/yaml/yaml-test-suite"
fi

AC_ARG_VAR(TESTSUITECHECKOUT, [Testsuite checkout (default: b78c5674ca6ba78822d7a9817b25277b94df5885)])
AC_ARG_VAR(TESTSUITECHECKOUT, [Testsuite checkout (default: 722f9f0feadbc6b692058694b38e243c8be4bb7e)])

if test "x$TESTSUITECHECKOUT" == "x" ; then
TESTSUITECHECKOUT="b78c5674ca6ba78822d7a9817b25277b94df5885"
TESTSUITECHECKOUT="722f9f0feadbc6b692058694b38e243c8be4bb7e"
fi

AC_ARG_VAR(JSONTESTSUITEURL, [JSON Testsuite git repo URL (default: https://github.com/nst/JSONTestSuite)])
Expand Down

0 comments on commit 5a061f3

Please sign in to comment.