mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-26 18:29:03 -06:00
updating feature version test
This commit is contained in:
@@ -51,7 +51,7 @@ assert_feature_version() {
|
||||
# Tests that don't end in a valid dolt dir will fail the above
|
||||
# command, don't check its output in that case
|
||||
if [ "$status" -eq 0 ]; then
|
||||
[[ "$output" =~ "feature version: 2" ]] || exit 1
|
||||
[[ "$output" =~ "feature version: 3" ]] || exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user