Skip to content

Commit

Permalink
test/system: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jun 23, 2023
1 parent bdea661 commit 2af5863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/system/libs/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ function get_system_version() {
return
fi

echo $(awk -F= '/VERSION_ID/ {print $2}' $os_release | head -n 1)
. "$os_release"
echo "$VERSION_ID"
}


Expand Down

0 comments on commit 2af5863

Please sign in to comment.