diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/linux/before_install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/linux/before_install.sh b/scripts/linux/before_install.sh index 9f780b149..28e7bc0c5 100644 --- a/scripts/linux/before_install.sh +++ b/scripts/linux/before_install.sh @@ -26,3 +26,8 @@ sudo ln -s $QT_ROOT /usr/local/Qt-5.9.3 export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start +# TestParsePerformance needs this data file to test XML parsing performance +pushd .. +git clone https://github.com/Subsurface-divelog/large-anonymous-sample-data +xzcat large-anonymous-sample-data/large-anon.ssrf.xz > subsurface/dives/large-anon.ssrf +popd |