mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
fix naming of GroupCheckTest
This commit is contained in:
parent
f1068438d2
commit
2e30538b1a
1 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@ function pkgs_root_cmd {
|
|||
}
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup DirectTest
|
||||
rlPhaseStartSetup GroupCheckTest
|
||||
pkgs_root_cmd "gpasswd -a clime packager"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest DirectTest
|
||||
rlPhaseStartTest GroupCheckTest
|
||||
cd $TEST_CWD
|
||||
echo "Running tests in $TEST_CWD"
|
||||
|
||||
|
@ -63,7 +63,7 @@ rlJournalStart
|
|||
cd $CWD
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup DirectTest
|
||||
rlPhaseStartCleanup GroupCheckTest
|
||||
rm -rf $TEST_CWD
|
||||
rlPhaseEnd
|
||||
rlJournalEnd &> /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue