X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs2;h=17548cbf689da6e62d875f908a5313e3d773ca60;hb=2bc2bafed478dff7bd4043da8064eb3fdef389b8;hp=cd0da8125fa2ead747c43a70910c3d3f217dce02;hpb=4d6ebc8ca9b7f69ae17d1d089d4d620c38aecf98;p=nethome.git diff --git a/bin/errs2 b/bin/errs2 index cd0da81..17548cb 100755 --- a/bin/errs2 +++ b/bin/errs2 @@ -1,5 +1,4 @@ -#! /bin/sh -# $Id$ +#! /bin/bash renice +19 -p $$; ionice -c3 -p $$ @@ -22,6 +21,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