Skip to content

Commit

Permalink
Use advanced warlist in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Aug 28, 2024
1 parent 3543fa7 commit 93b78b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/chillerbot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function wait_for_fifo() {
cl_chat_spam_filter 0;
player_name client1;
cl_tabbed_out_msg 0;
cl_war_list_advanced 1;
connect localhost:17822" > client1.log &

wait_for_fifo client1.fifo 10
Expand All @@ -154,6 +155,7 @@ $gdb ./chillerbot-* \
cl_tabbed_out_msg 0;
connect localhost:17822;
player_clan "Chilli.*";
cl_war_list_advanced 1;
inp_mousesens 1000' > client2.log &

wait_for_fifo client2.fifo 10
Expand Down

0 comments on commit 93b78b0

Please sign in to comment.