From 98b6badc46d4d298aa50c6474c40c7f7f7c9bb66 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 23 Jan 2015 19:08:18 -0500 Subject: [PATCH] Adjust update-xfail script --- xfails/update-xfail-builders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfails/update-xfail-builders.sh b/xfails/update-xfail-builders.sh index bf538e8..e152ff2 100755 --- a/xfails/update-xfail-builders.sh +++ b/xfails/update-xfail-builders.sh @@ -15,7 +15,7 @@ for d in `ls` ; do continue fi - if ! test -h $GDB_WEB_BASE/$d/xfail ; then - ln -s $PWD/$d/xfail $GDB_WEB_BASE/$d/xfail + if ! test -h $GDB_WEB_BASE/$d/xfails ; then + ln -s $PWD/$d/xfails $GDB_WEB_BASE/$d/xfails fi done