Skip to content

Commit

Permalink
Update abc
Browse files Browse the repository at this point in the history
  • Loading branch information
gajanankulkarni-18 authored Jun 24, 2020
1 parent 4186c09 commit 37f9e40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion abc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CURDIR="$(pwd)"

PHANTOMJS_INSTALL_URL="https://raw.githubusercontent.com/linux-on-ibm-z/scripts/master/PhantomJS/build_phantomjs.sh"
#PATCH_URL="https://raw.githubusercontent.com/gajanankulkarni-18/test-infra/master/ArrowDataFrame.test.ts.patch"
PATCH_URL="https://raw.githubusercontent.com/gajanankulkarni-18/test-infra/master/queryResponse.test.ts.patch"
RICHHISTORY_URL="https://raw.githubusercontent.com/grafana/grafana/3acc318d728cd147971ef1b871bd85237c57a5de/public/app/core/utils/richHistory.test.ts"

GO_VERSION="1.14.2"
Expand Down Expand Up @@ -163,7 +164,12 @@ function configureAndInstall() {
# wget -O ArrowDataFrame.test.ts.patch $PATCH_URL
#patch --ignore-whitespace packages/grafana-data/src/dataframe/ArrowDataFrame.test.ts < ArrowDataFrame.test.ts.patch
#rm ArrowDataFrame.test.ts.patch


cd $GOPATH/src/github.com/grafana/grafana
wget -O queryResponse.test.ts.patch $PATCH_URL
patch --ignore-whitespace packages/grafana-runtime/src/utils/queryResponse.test.ts < queryResponse.test.ts.patch
rm queryResponse.test.ts.patch

# Install PhantomJS
printf -- "Installing PhantomJS... \n"

Expand Down

0 comments on commit 37f9e40

Please sign in to comment.