Commit Graph

11 Commits (3cc7bbea6777a0c9b2c736787101d37152de4e45)

Author SHA1 Message Date
Andras Fekete 971df19c5c Missing fix 2023-09-12 17:06:54 -04:00
Andras Fekete 6cb1aef836 Clean up old comments 2023-09-11 14:54:42 -04:00
Andras Fekete f9e5e4d08a Clean up the 'async-check.sh' script
Far too many times I got burned by passing the wrong argument and things getting set up wrong.
2023-09-08 15:05:22 -04:00
Juliusz Sosinowicz 9ca1738b7a Fix newlines in async script 2023-08-23 23:20:51 +02:00
Juliusz Sosinowicz 8f8153220b Remove trailing whitespace 2023-03-31 13:29:42 +02:00
Juliusz Sosinowicz f1a93f524d Tabs -> spaces 2023-03-31 11:51:49 +02:00
Juliusz Sosinowicz 4ddc975aca Expand asyn-check script 2023-03-31 11:25:46 +02:00
Juliusz Sosinowicz 27794c4b7e Initial async test with gh action 2023-03-30 19:33:54 +02:00
Daniel Pouzzner abfc788389 script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace. 2022-03-09 12:28:22 -06:00
David Garske 533f4a5c77 Speedups for the `git clone` calls in check scripts to use `--depth 1`.
```
BEFORE CHANGE:

time ./fips-check.sh windows keep
Receiving objects: 100% (18408/18408), 12.61 MiB | 625.00 KiB/s, done.
Receiving objects: 100% (7045/7045), 110.48 MiB | 488.00 KiB/s, done.

real	5m4.604s
user	1m38.039s
sys	0m25.984s

AFTER CHANGE:
time ./fips-check.sh windows keep
Receiving objects: 100% (642/642), 1.02 MiB | 1.26 MiB/s, done.
Receiving objects: 100% (767/767), 24.15 MiB | 487.00 KiB/s, done.

real	1m43.194s
user	1m34.100s
sys	0m24.046s
```
2018-11-09 09:36:41 -08:00
David Garske cb2f1d6d7d Added new `async-check.sh` script for setting up the async simulator for internal testing. 2018-05-11 16:38:24 +02:00