mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
23.33.2007 be02bbbc3c8cdb00ea07b525045aefa3d18c2bbf
1
2
3
4
5
6
7
8
9
10
echo "Backing configuration up"
me "${tests.config}" "${tests.config.backup}"
echo "Loading configuration as of ${tests.run.time}"
cp "${tests.run.dir}${file.separator}${tests.run.time}${file.separator}config${file.separator}${tests.config.file}" "${tests.config}"
echo "Starting test run"
"${staf.install.dir}${file.separator}bin${file.separator}STAF" local STAX "${tests.request}"
echo "Removing configuration of ${tests.run.time}"
rm -f "${tests.config}"
echo "Restoring original configuration"
mv "${tests.config.backup}" "${tests.config}"