Don't hard-code the path to toml-compare
Related: rhbz#1698366
This commit is contained in:
parent
29531d373e
commit
3d27053605
@ -48,7 +48,7 @@ __EOF__
|
|||||||
|
|
||||||
rlPhaseStartTest "blueprints show"
|
rlPhaseStartTest "blueprints show"
|
||||||
$CLI blueprints show beakerlib > shown-beakerlib.toml
|
$CLI blueprints show beakerlib > shown-beakerlib.toml
|
||||||
rlRun -t -c "./tests/cli/lib/toml-compare beakerlib.toml shown-beakerlib.toml"
|
rlRun -t -c "$(dirname $0)/lib/toml-compare beakerlib.toml shown-beakerlib.toml"
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
|
||||||
rlPhaseStartTest "SemVer .patch version is incremented automatically"
|
rlPhaseStartTest "SemVer .patch version is incremented automatically"
|
||||||
|
Loading…
Reference in New Issue
Block a user