diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-06 00:01:55 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-06 00:01:55 -0800 |
commit | 27f0c8b838758d7ad0ef11322a90ec150c2a4bd6 (patch) | |
tree | 1c90e1185ab6adebc4b222855b394e1a16930211 /testing/upgrade/run.sh | |
parent | 523534c9db64943ca8c25cffd6f3b186f60a856a (diff) | |
download | crosstool-ng-27f0c8b838758d7ad0ef11322a90ec150c2a4bd6.tar.gz crosstool-ng-27f0c8b838758d7ad0ef11322a90ec150c2a4bd6.tar.bz2 crosstool-ng-27f0c8b838758d7ad0ef11322a90ec150c2a4bd6.zip |
Add a few tests to upgrade testsuite
... coverage not complete, but pretty diverse and covers most
non-trivial conversions. PRs with better coverage for 1.23.o options
welcome.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing/upgrade/run.sh')
-rwxr-xr-x | testing/upgrade/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/upgrade/run.sh b/testing/upgrade/run.sh index 41d3bb07..337eeff2 100755 --- a/testing/upgrade/run.sh +++ b/testing/upgrade/run.sh @@ -99,6 +99,9 @@ run_sample() echo "Variable ${o} not present" >&${LOG} fail done + mv .config "logs/${current_tc}.config" + mv .config.before-olddefconfig "logs/${current_tc}.config.before-olddefconfig" + rm -rf .config.before-upgrade exec {LOG}>&- finish } |