cd %(workdir)s
[ -x %(bin)s/extract_atomtree_diffs.%(binext)s ] || exit 1
%(bin)s/extract_atomtree_diffs.%(binext)s @flags -database %(database)s -nodelay  2>&1 \
    | egrep -vf ../../ignore_list \
    > log

test "${PIPESTATUS[0]}" != '0' && exit 1 || true  # Check if the first executable in pipe line return error and exit with error code if so
