#!/bin/sh
REPO=$(dirname $0)/..
echo"Finding unique failures..."(for x in $*doecho -n$x" # "# This subshell is a workaround to prevent the shell from printing# "Aborted"("$REPO"/build/test/tools/solfuzzer <"$x"|| true)2>&1|head-n1done) |sort-u -t'#'-k2