X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=tools%2Fdo_tatoo.sh;h=f80df14d0cd9497c85bc6ceb82649f21f455ac42;hp=d1eea034989580b0bd941362d7c6abc5422869a1;hb=8c060c29b8d82c703065395349782b93fe7a9fd8;hpb=6733babef61a4e4dc18eca834577b6359f0a1345 diff --git a/tools/do_tatoo.sh b/tools/do_tatoo.sh index d1eea03..f80df14 100755 --- a/tools/do_tatoo.sh +++ b/tools/do_tatoo.sh @@ -1,6 +1,6 @@ #!/bin/sh -TESTPROG="./tatoo.native" +TESTPROG="src/tatoo.native" VERSION="$(git log -1 --oneline | cut -f1 -d ' ' 2>/dev/null)" if [ -z "$VERSION" ] then @@ -24,7 +24,7 @@ then exit 1 fi - +echo "Testing version: $VERSION" mkdir -p "$RESULTS" cat "$QUERIES" | grep -v '^#' | while read qname q