summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2019-12-21 11:09:28 -0800
committerIngy döt Net <ingy@ingy.net>2019-12-21 13:38:52 -0800
commitae815863da2852164c09a395f1a53c3851163f6c (patch)
treefad3e1967130952f62c8a8ba209246295ebbec3c
parent743c7c67ee4520bf65182f24a31e02724fcd16b5 (diff)
downloadlibyaml-git-ae815863da2852164c09a395f1a53c3851163f6c.tar.gz
Update conf/pin.tsv. Start using yaml-test-suite tags
-rw-r--r--Makefile3
-rwxr-xr-xbin/pin5
-rw-r--r--conf/pin.tsv1
3 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ecb0478..ecbaf61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: test
+SHELL := bash
PINNED_COMMITS := $(shell ./bin/pin)
@@ -13,6 +13,7 @@ help:
@echo 'clean - Remove generated files'
@echo 'help - Show help'
+.PHONY: test
test: data code
prove -lv test
diff --git a/bin/pin b/bin/pin
index 42527ab..f8cd97b 100755
--- a/bin/pin
+++ b/bin/pin
@@ -1,5 +1,7 @@
#!/bin/bash
+tac conf/pin.tsv |
+head -n+2 |
(
while read -r line; do
commit_master=$(echo "$line" | cut -f1)
@@ -14,5 +16,4 @@
echo 'WARNING: Defaulting to HEAD...' >&2
echo -e "HEAD\tHEAD\tHEAD"
-
-) < conf/pin.tsv
+)
diff --git a/conf/pin.tsv b/conf/pin.tsv
index c58a2be..c6f83e8 100644
--- a/conf/pin.tsv
+++ b/conf/pin.tsv
@@ -1,2 +1,3 @@
master commit........................... run-test-suite-code commit.............. yaml-test-suite data branch commit......
e4aee06ff401668404de21b4af4c6a90be0f35a6 c0a4e7a388658bffa53078a6ac28b3d2e118861b daf799e56372aa93c324d111c73b47a431d7e03b
+53f5b8682317d8dbe9082d1eeab3cc0e1adbb34b 8b138c52f95d7d650f71054ea4f557d1edbf9214 data-2019-09-17