Skip to content

Commit 899af1d

Browse files
authored
More diff tools (#123)
1 parent a2f8a3c commit 899af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [[ "$BASE_IMAGE_TAG" == "gcr.io/"* ]]; then
7878
docker pull "$BASE_IMAGE_TAG"
7979
fi
8080

81-
CMDS=('Rscript /tools/r_list_versions.R | sort')
81+
CMDS=("Rscript /tools/r_list_versions.R | sort" 'cat /etc/os-release | grep -oP "PRETTY_NAME=\"\K([^\"]*)"' "uname -r" "dpkg --list | awk '{print \$2\"==\"\$3}'")
8282
for cmd in "${CMDS[@]}"; do
8383
echo "== Comparing $cmd =="
8484
diff --suppress-common-lines --side-by-side \

0 commit comments

Comments
 (0)