Adjust update-xfail script
This commit is contained in:
parent
e31712398e
commit
98b6badc46
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ for d in `ls` ; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! test -h $GDB_WEB_BASE/$d/xfail ; then
|
if ! test -h $GDB_WEB_BASE/$d/xfails ; then
|
||||||
ln -s $PWD/$d/xfail $GDB_WEB_BASE/$d/xfail
|
ln -s $PWD/$d/xfails $GDB_WEB_BASE/$d/xfails
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue