Skip to content

Commit

Permalink
runtests.sh: add rlAssert0 call
Browse files Browse the repository at this point in the history
make sure we assert

Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Jun 24, 2024
1 parent 202e99d commit 90df8da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/beakerlib/N-instances-podman-parallel/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ rlJournalStart
IMAGE_COMMAND=\"sleep 3600\" \
NUMBER_OF_CONTAINERS=\"100\" \
./engine-stressor"' 0 "Run engine-stressor with the specified environment variables"

rlAssert0 "engine-stressor ran successfully" $? # Assert to check if the previous command ran successfully
rlPhaseEnd

rlPhaseStartCleanup
Expand Down

0 comments on commit 90df8da

Please sign in to comment.