mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* Makefile (check-guess): Don't remove uname here.
* testsuite/config-guess.sh (run_config_guess): Remove dummy uname script if the test passes (if not, the script is left behind for inspection).
This commit is contained in:
parent
8999a781ce
commit
f34dacb346
@ -1,3 +1,10 @@
|
|||||||
|
2019-03-23 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* Makefile (check-guess): Don't remove uname here.
|
||||||
|
* testsuite/config-guess.sh (run_config_guess): Remove dummy uname
|
||||||
|
script if the test passes (if not, the script is left behind for
|
||||||
|
inspection).
|
||||||
|
|
||||||
2019-03-23 Ben Elliston <bje@gnu.org>
|
2019-03-23 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* testsuite/config-sub.sh (run_one_config_sub): New.
|
* testsuite/config-sub.sh (run_one_config_sub): New.
|
||||||
|
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ doc/config.sub.1: config.sub
|
|||||||
help2man -N --name "validate and canonicalize a configuration triplet" --output=$@ ./config.sub
|
help2man -N --name "validate and canonicalize a configuration triplet" --output=$@ ./config.sub
|
||||||
|
|
||||||
check-guess:
|
check-guess:
|
||||||
cd testsuite && bash config-guess.sh && rm uname
|
cd testsuite && bash config-guess.sh
|
||||||
|
|
||||||
check-sub:
|
check-sub:
|
||||||
cd testsuite && bash config-sub.sh
|
cd testsuite && bash config-sub.sh
|
||||||
|
@ -42,6 +42,8 @@ EOF
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
$verbose && echo "PASS: $triplet"
|
$verbose && echo "PASS: $triplet"
|
||||||
|
# only remove uname dummy script if the test passes
|
||||||
|
rm uname
|
||||||
done
|
done
|
||||||
return $rc
|
return $rc
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user