Skip to content

Commit

Permalink
test: update testsuite data
Browse files Browse the repository at this point in the history
Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
  • Loading branch information
pantoniou committed May 17, 2020
1 parent 85e9f5b commit 0a75ce4
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: data-2020-02-11)])
AC_ARG_VAR(TESTSUITECHECKOUT, [Testsuite checkout (default: b78c5674ca6ba78822d7a9817b25277b94df5885)])

if test "x$TESTSUITECHECKOUT" == "x" ; then
TESTSUITECHECKOUT="data-2020-02-11"
TESTSUITECHECKOUT="b78c5674ca6ba78822d7a9817b25277b94df5885"
fi

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

0 comments on commit 0a75ce4

Please sign in to comment.