Roy Ivy III
bb25129a48
maint/dev ~ update test-repo-whitespace.BAT
dev utility
2022-01-09 21:34:22 -06:00
Sylvestre Ledru
83201ecb35
Merge pull request #2765 from ybc37/fix/idempotent-build-gnu
...
Fix idempotence of `utils/build-gnu.sh`
2021-12-15 23:40:55 +01:00
Daniel Schmid
0e4671215d
Fix idempotence of utils/build-gnu.sh
...
* Fix regular expressions to only match when run the first time.
* Enhance the regular expression which removes duplicated "/usr/bin/" to
allow a space between them (+ also consider `init.cfg`).
2021-12-12 19:20:55 +01:00
Daniel Schmid
e46ace85da
Fix typo in utils/build-gnu.sh
2021-12-12 17:24:49 +01:00
Sylvestre Ledru
d72a135b42
improve the publish script
2021-10-24 00:51:27 +02:00
Sylvestre Ledru
59e9870c56
Prepare version 0.0.8
2021-10-23 19:21:50 +02:00
Chad Brewbaker
a9bfd5df06
Fix need for ssh keys
...
Github now mandates git ssh keys instead of username/password. I modified the download instructions to remove the need for ssh authentication.
2021-10-09 23:01:05 -05:00
Jan Verbeek
d285472210
GNU tests: make script runnable from any directory
2021-08-28 02:26:01 +02:00
Jan Verbeek
58ce3d1e82
Make scripts executable
2021-08-28 02:26:01 +02:00
Sylvestre Ledru
406e60eef2
make build-gnu.sh executable
2021-08-27 09:28:43 +02:00
James Robson
81a5f0a4dc
Add step to GnuTest workflow to compare results against master
2021-08-10 19:29:23 +01:00
Michael Debertol
6edc6ee73d
build-gnu: remove timeout for cat-self
...
This edge case is now handled and the test should pass.
2021-08-08 01:32:28 +02:00
Michael Debertol
b8c383e210
basenc: add utility
...
basenc is a brand-new gnu core utility (added less than 3 years ago!),
which enables some more encodings.
2021-08-06 00:07:19 +02:00
Michael Debertol
22306db161
maint: enable gnu test for arch
...
Gnu checks before testing a utility whether that utility was actually built.
It thinks `arch` was not built, even though it was.
This patch does not convince gnu that `arch` was built (I wasn't able to figure that out),
but instead comments out the check in `init.cfg` when running `build-gnu.sh`.
2021-08-05 00:42:41 +02:00
Michael Debertol
319b984434
gnu-test: base32/64: modify test expectation for invalid inputs
...
When decoding an invalid base32/64 string, gnu writes everything it was
able to decode until it hit the decode error, while we don't write
anything if the input is invalid.
2021-08-04 00:19:41 +02:00
Sylvestre Ledru
4f0555a116
update uucore_proces to 0.0.6
2021-07-11 21:00:20 +02:00
Sylvestre Ledru
1d8a66b7d3
Update to version 0.0.7
2021-07-11 18:04:56 +02:00
Sylvestre Ledru
8fbb78d176
script update with versions 0.0.7 & uucore 0.0.9
2021-07-11 18:03:18 +02:00
Roy Ivy III
c74bc2eedd
maint/CICD ~ add 'GHA-delete-GNU-workflow-logs' shell script utility
2021-06-19 18:40:22 -05:00
Jan Scheer
46981a69f9
util: fix path ( #2396 )
...
suggest to clone into the path that `util/run-gnu-test.sh` will be using
2021-06-11 07:33:11 +02:00
Roy Ivy III
c192550f22
refactor ~ polish spelling + add spelling exceptions
2021-06-06 19:28:22 -05:00
Sylvestre Ledru
14303c524f
gnu/rm: make another test pass
2021-06-04 23:55:24 +02:00
Sylvestre Ledru
f421e51ad3
gnu/rm: fix tests/rm/rm{1,2}.sh
2021-06-04 09:12:42 +02:00
Sylvestre Ledru
aabef14404
gnu/rm: fix tests/rm/cycle.sh
2021-06-04 09:12:42 +02:00
Sylvestre Ledru
9cf3ab894f
gnu/ci: build in parallel
2021-06-04 09:12:42 +02:00
Sylvestre Ledru
a85ee4386a
gnu/rm: make the code reentrant
2021-06-04 09:12:39 +02:00
Sylvestre Ledru
84330ca938
gnu/test: rm: update one of the test to match what we do
2021-06-03 22:15:57 +02:00
Sylvestre Ledru
e7f5916864
gnu/ci: allow to run a single gnu test (and document it)
2021-06-02 23:48:13 +02:00
Sylvestre Ledru
0105531b7f
show the backtrace in case of a rust crash
2021-06-02 23:37:34 +02:00
Roy Ivy III
06c53d97fc
refactor ~ (utils) fix spelling + add spell-checker exceptions
2021-05-31 08:23:58 -05:00
Sylvestre Ledru
97d15e34d9
Disable some factor tests
2021-05-25 14:58:56 +02:00
Sylvestre Ledru
98f09a6b8b
gnu/ci: don't run seq-precision - logs are too long
2021-05-24 22:33:53 +02:00
Sylvestre Ledru
962e4198b2
gnu/ci: limit the number of factor runs
2021-05-24 22:33:53 +02:00
Sylvestre Ledru
0d1b14ee33
Bring back the run expensive tests
2021-05-22 11:08:03 +02:00
Sylvestre Ledru
adaba54026
gnu/ci: move the operations into script to run them locally
2021-05-22 09:33:15 +02:00
Sylvestre Ledru
f37284129e
new release 0.0.6 to address the cat issue
2021-04-03 16:06:58 +02:00
Sylvestre Ledru
ac031dffa4
new release 0.0.5
2021-04-03 10:30:07 +02:00
Sylvestre Ledru
d3c6ce0b94
add an ugly script to publish the crates
2021-03-07 11:47:17 +01:00
Sylvestre Ledru
933ac05dc7
add an ugly script to update the version
2021-03-07 11:29:35 +01:00
Roy Ivy III
ec964d1b36
maint/dev ~ improve code coverage scripting
2020-08-16 17:02:19 -05:00
Roy Ivy III
f4d94ed8ff
build/dev ~ change show-utils
; allow invokation from directories other than repo main
2020-05-30 22:14:46 -05:00
Roy Ivy III
f82de13847
docs ~ spell-check repairs and addition of exceptions
2020-05-30 01:36:02 -05:00
Roy Ivy III
f7ac89dc82
dev ~ update show-utils for 'coreutils' name change
2020-05-29 22:59:47 -05:00
Roy Ivy III
c6ca0437c0
maint/build ~ update show-utils
utilities from transitional to more-user friendly outputs
2020-05-29 22:59:46 -05:00
Roy Ivy III
68bea8d81d
maint/build ~ update show-utils
for sub-crate independence transition
2020-05-29 22:59:40 -05:00
Roy Ivy III
bbb23537c2
maint/dev ~ add test-repo-whitespace.BAT
dev utility
2020-05-24 17:29:08 -05:00
Sylvestre Ledru
157dc38492
quick fix(coverage): grcov arg 'output-file' has been renamed to 'output-path'
2020-05-13 11:01:41 +02:00
Roy Ivy III
ce6b425036
maint/build ~ enable executable permissions for util shell scripts
2020-04-14 13:52:08 -05:00
Roy Ivy III
3e93e7c224
maint/build ~ add show-codecov utils
2020-04-14 13:46:18 -05:00
Sylvestre Ledru
78624a53ee
rustfmt rewrite_rules.rs
2020-04-13 20:33:33 +02:00
Roy Ivy III
ca7d565eb0
maint/build ~ add dev helper scripts to derive available utils for feature set
2020-04-11 18:50:09 -05:00
Alex Lyon
179de609b5
Replace trim_{left,right} with trim_{start,end} and co. (using Rerast)
2019-05-01 21:14:25 -07:00