Skip to content

Commit 8c196d3

Browse files
committed
Print parameters that fail.
1 parent 6a8d663 commit 8c196d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/run-pairings.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ for script in preset/x64-pbc-*; do
1010
make
1111
./bin/test_fpx && ./bin/test_pc
1212
if [ $? -ne 0 ]; then
13-
exit 1
13+
echo "FAILED: target-$file"
14+
exit 1
1415
fi
1516
cd ..
1617
done

0 commit comments

Comments
 (0)