remove debug

This commit is contained in:
Ondrej Mejzlik 2024-07-01 19:08:43 +02:00
commit cabd517d77
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@ description: Please stop using OpenSSL ENGINE API in ppp
contact: Ondrej Mejzlik <omejzlik@redhat.com>
test: ./runtest.sh
framework: beakerlib
duration: 30m
duration: 5m
enabled: true
tag:
- NoRHEL6

View file

@ -32,7 +32,6 @@ PACKAGE=${PACKAGE:-ppp}
rlJournalStart
rlPhaseStartSetup
sleep 1200
rlAssertRpm $PACKAGE || rlDie "Package $PACKAGE not installed"
rlLog "Arch: $(arch), PC name: $(hostname), $(hostname -A) User: $(whoami)"
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"