summaryrefslogtreecommitdiff
path: root/unit-test.sh
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-12-18 10:32:33 -0600
committerAndy Doan <andy.doan@linaro.org>2015-12-18 10:32:33 -0600
commit3ebe69b0bf3f8eaf1fd1ecebb01c63c8ee37b944 (patch)
treee0ef03556a57f267a4308e6616593440d63c23f4 /unit-test.sh
parenteba4fc7f0a949a67ec705637c5dbb0939fa909ad (diff)
linaro-metrics: Support changes in recent patchwork
Patchwork renamed a function we were monkey-patching. This gets us back inline with their current tip. Change-Id: I0161694b862e38b72999a9cf32f65369c2700235
Diffstat (limited to 'unit-test.sh')
-rwxr-xr-xunit-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-test.sh b/unit-test.sh
index 86b412b..bf26e89 100755
--- a/unit-test.sh
+++ b/unit-test.sh
@@ -18,7 +18,7 @@ fi
if [ -z $PYTHONPATH ] ; then
git clone https://github.com/getpatchwork/patchwork.git $VENV_DIR/patchwork
cd $VENV_DIR/patchwork
- git checkout -b production f0b88868e26bd24c1676caefe389d4865ede7089
+ git checkout -b production 880d33e885f5bb2c7ede33b116b0638220597256
cd $HERE
export PYTHONPATH=$VENV_DIR/patchwork
fi