diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-03-16 13:33:20 +0100 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-03-16 13:36:26 +0100 |
commit | 745d66292034c53aef1febc72248bc3800826149 (patch) | |
tree | caa6d9353f8f2bf3525d9d39876603d977020ad2 /.builds/smoketest-seatd.sh | |
parent | 1f457b1df8a7153963974553f5e50e68cb7c24b7 (diff) |
ci: Reduce test runs from 5 to 2
Diffstat (limited to '.builds/smoketest-seatd.sh')
-rwxr-xr-x | .builds/smoketest-seatd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/smoketest-seatd.sh b/.builds/smoketest-seatd.sh index f6f9732..7c5b7fe 100755 --- a/.builds/smoketest-seatd.sh +++ b/.builds/smoketest-seatd.sh @@ -38,7 +38,7 @@ fi # Run simpletest a few times # cnt=0 -while [ "$cnt" -lt 5 ] +while [ "$cnt" -lt 2 ] do echo "Simpletest run $cnt" if ! LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file |