Update script_dir to jjb dir 89/62089/1
authorThanh Ha <zxiiro@gmail.com>
Mon, 28 Oct 2019 19:24:05 +0000 (15:24 -0400)
committerThanh Ha <zxiiro@gmail.com>
Mon, 28 Oct 2019 19:24:08 +0000 (15:24 -0400)
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 <zxiiro@gmail.com>
jjb-compare-xml.sh

index 740daf3..ee65d3a 100755 (executable)
@@ -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"