X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs2;h=2a52832b6ec3702fffa3de9fde3561dfe2e7b2a7;hb=dba0d5650fdb51a94d5971bcaa1fa28878025b8d;hp=cd0da8125fa2ead747c43a70910c3d3f217dce02;hpb=4d6ebc8ca9b7f69ae17d1d089d4d620c38aecf98;p=nethome.git diff --git a/bin/errs2 b/bin/errs2 index cd0da81..2a52832 100755 --- a/bin/errs2 +++ b/bin/errs2 @@ -22,6 +22,9 @@ rm -f $out.ok ( set -ex time nice make $j "$@" + if [ -d gdb/testsuite ];then + make -C gdb/testsuite site.exp + fi touch $out.ok ) 2>&1|tee $args $out test -f $out.ok