Skip to content

Commit

Permalink
--gtest_shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawzygmunt committed Oct 25, 2022
1 parent 2937a13 commit 1d52259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/supla-console-client-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
cd supla-console-client/Test
make clean && make -j8 all

vg_verify "./supla-console-client --sqldir ../../sql"
vg_verify "./supla-console-client --sqldir ../../sql --gtest_shuffle"

echo OK
exit 0
2 changes: 1 addition & 1 deletion test/supla-server-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ password=alkdmalsdaskdn
client_id=NunYnx
ENDOFCFG

vg_verify "./supla-server --sqldir ../../sql"
vg_verify "./supla-server --sqldir ../../sql --gtest_shuffle"

echo OK
exit 0

0 comments on commit 1d52259

Please sign in to comment.