mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Bump version to 1.3.8
This commit is contained in:
parent
8384dd8004
commit
3f0394f722
@ -48,14 +48,14 @@
|
|||||||
run ./bisq-cli --password="xyz" getversion
|
run ./bisq-cli --password="xyz" getversion
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
echo "actual output: $output" >&2
|
echo "actual output: $output" >&2
|
||||||
[ "$output" = "1.3.7" ]
|
[ "$output" = "1.3.8" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "test getversion" {
|
@test "test getversion" {
|
||||||
run ./bisq-cli --password=xyz getversion
|
run ./bisq-cli --password=xyz getversion
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
echo "actual output: $output" >&2
|
echo "actual output: $output" >&2
|
||||||
[ "$output" = "1.3.7" ]
|
[ "$output" = "1.3.8" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "test setwalletpassword \"a b c\"" {
|
@test "test setwalletpassword \"a b c\"" {
|
||||||
|
Loading…
Reference in New Issue
Block a user