Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 7f1f7fb

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Target sqlsmith to the known surely working commit See merge request automation/pg-tests!1349
2 parents 26a4ef7 + 3ad68af commit 7f1f7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests_install/sqlsmith.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ fi
6161
autoreconf -fi
6262
CXXFLAGS="-std=c++11" ./configure --prefix=$basedir/libpqxx --disable-documentation && make && make install
6363
cd ~test/pg-tests
64-
curl --tlsv1.2 -sS -L https://github.com/anse1/sqlsmith/archive/2dc83ee8.tar.gz \
64+
curl --tlsv1.2 -sS -L https://github.com/anse1/sqlsmith/archive/fdb84e9a.tar.gz \
6565
-o ss.tar.gz || \
66-
wget https://github.com/anse1/sqlsmith/archive/2dc83ee8.tar.gz -O ss.tar.gz
66+
wget https://github.com/anse1/sqlsmith/archive/fdb84e9a.tar.gz -O ss.tar.gz
6767
tar fax ss.tar.gz
6868
cd sqlsmith*/
6969
sed -e 's|\[m4_esyscmd_s(\[git describe --dirty --tags --always\])\]|1|' -i configure.ac # To do with old autoconf and without git

0 commit comments

Comments
 (0)