Sha256: 754a65883ee3443b6b45098bb0b47f76cb04f8df0c6be4a4a27dde360bbd47ed
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
#!/bin/sh if [ -z "$1" ]; then echo "Usage: $0 TEST_PREFIX" exit fi cat /dev/null > /tmp/bisect.sh chmod +x /tmp/bisect.sh cp "test/$1".* /tmp || exit echo "make && ./parsley /tmp/$1.let /tmp/$1.html 2>&1 | diff /tmp/$1.json -" >> /tmp/bisect.sh cat /tmp/bisect.sh echo "-------------" echo "git bisect run /tmp/bisect.sh"
Version data entries
4 entries across 4 versions & 4 rubygems