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 | |
parent | 1f457b1df8a7153963974553f5e50e68cb7c24b7 (diff) |
ci: Reduce test runs from 5 to 2
Diffstat (limited to '.builds')
-rwxr-xr-x | .builds/smoketest-builtin.sh | 2 | ||||
-rwxr-xr-x | .builds/smoketest-seatd.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/smoketest-builtin.sh b/.builds/smoketest-builtin.sh index 8341466..b022b77 100755 --- a/.builds/smoketest-builtin.sh +++ b/.builds/smoketest-builtin.sh @@ -16,7 +16,7 @@ fi # Run simpletest a few times # cnt=0 -while [ "$cnt" -lt 5 ] +while [ "$cnt" -lt 2 ] do echo "Simpletest run $cnt" if ! sudo LIBSEAT_BACKEND=builtin LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file 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 |