mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
busybox: Add the file at the right place
This commit is contained in:
parent
122cdc270d
commit
cc79be035a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -772,12 +772,14 @@ jobs:
|
||||||
- name: "Run BusyBox test suite"
|
- name: "Run BusyBox test suite"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
cp .busybox-config target/debug/.config
|
||||||
## Run BusyBox test suite
|
## Run BusyBox test suite
|
||||||
bindir=$(pwd)/target/debug
|
bindir=$(pwd)/target/debug
|
||||||
cd tmp/busybox-*/testsuite
|
cd tmp/busybox-*/testsuite
|
||||||
output=$(bindir=$bindir ./runtest 2>&1 || true)
|
output=$(bindir=$bindir ./runtest 2>&1 || true)
|
||||||
printf "%s\n" "${output}"
|
printf "%s\n" "${output}"
|
||||||
n_fails=$(echo "$output" | grep "^FAIL:\s" | wc --lines)
|
n_fails=$(echo "$output" | grep "^FAIL:\s" | wc --lines)
|
||||||
|
echo "n_fails $n_fails"
|
||||||
if [ $n_fails -gt 0 ] ; then echo "::warning ::${n_fails}+ test failures" ; fi
|
if [ $n_fails -gt 0 ] ; then echo "::warning ::${n_fails}+ test failures" ; fi
|
||||||
|
|
||||||
test_android:
|
test_android:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue