summaryrefslogtreecommitdiff
path: root/testing/upgrade/run.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-06 08:01:55 (GMT)
committerAlexey Neyman <stilor@att.net>2019-02-06 08:01:55 (GMT)
commit27f0c8b838758d7ad0ef11322a90ec150c2a4bd6 (patch)
tree1c90e1185ab6adebc4b222855b394e1a16930211 /testing/upgrade/run.sh
parent523534c9db64943ca8c25cffd6f3b186f60a856a (diff)
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-xtesting/upgrade/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/upgrade/run.sh b/testing/upgrade/run.sh
index 41d3bb0..337eeff 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
}