From: Thanh Ha Date: Mon, 28 Oct 2019 19:24:05 +0000 (-0400) Subject: Update script_dir to jjb dir X-Git-Tag: v0.47.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F62089%2F1;hp=1bd8330647017cab07b6a2615130d588f5794610;p=releng%2Fglobal-jjb.git Update script_dir to jjb dir Configuration in global-jjb used to be in the root of global-jjb but has since moved to a sub-dir to facilitate CI configuration files that may be in yaml format. Change-Id: I8a2ff9ccf2b41c941432b9ebe2d5702467c14967 Signed-off-by: Thanh Ha --- diff --git a/jjb-compare-xml.sh b/jjb-compare-xml.sh index 740daf36..ee65d3a6 100755 --- a/jjb-compare-xml.sh +++ b/jjb-compare-xml.sh @@ -13,7 +13,7 @@ # from global-jjb's origin/master branch. test_dir=$(mktemp -d) -script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/jjb expected_xml_dir="$(mktemp -d -t gjjb-XXXXXXXX)" echo "Script Directory: $script_dir"