From 07307449c6a03006104ee68b7875b3186eea5424 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Wed, 18 Dec 2024 19:12:56 +0100 Subject: [PATCH] Rename prepare to _prepare If tmt tries to run tests in the alphabetical order, _prepare should go first. --- installability.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installability.fmf b/installability.fmf index 7e8b2d5..8b58903 100644 --- a/installability.fmf +++ b/installability.fmf @@ -7,7 +7,7 @@ provision: discover: how: shell tests: - - name: prepare + - name: _prepare framework: shell test: bash prepare.sh duration: 30m