From 42620f3d20e8b6f6f5f73e152ceb2ab750e6446d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 28 Oct 2019 15:24:05 -0400 Subject: [PATCH] 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 --- jjb-compare-xml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6