summaryrefslogtreecommitdiff
path: root/run-tests.sh
blob: 5529a4f42e1915620b29919582d649a2b1d6cb42 (plain) (blame)
1
2
3
4
#!/bin/sh

# A convenience script to run tests without delays caused by incrementally writing to the terminal buffer
rake > /tmp/asciidoctor-test-results.txt 2>&1; cat /tmp/asciidoctor-test-results.txt