Skip to content

Commit

Permalink
sqlancer' master renamed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ilejn committed Jul 12, 2023
1 parent d15fe7e commit 24692d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/test/sqlancer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN wget https://github.com/sqlancer/sqlancer/archive/master.zip -O /sqlancer.zi
RUN mkdir /sqlancer && \
cd /sqlancer && \
unzip /sqlancer.zip
RUN cd /sqlancer/sqlancer-master && mvn package -DskipTests
RUN cd /sqlancer/sqlancer-main && mvn package -DskipTests

COPY run.sh /
COPY process_sqlancer_result.py /
Expand Down
2 changes: 1 addition & 1 deletion docker/test/sqlancer/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dpkg -i package_folder/clickhouse-client_*.deb

service clickhouse-server start && sleep 5

cd /sqlancer/sqlancer-master
cd /sqlancer/sqlancer-main

export TIMEOUT=300
export NUM_QUERIES=1000
Expand Down

0 comments on commit 24692d8

Please sign in to comment.