File: test-show

package info (click to toggle)
shoogle 0.1.4-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 452 kB
  • sloc: python: 701; makefile: 150; sh: 16
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e 

echo -e "List of Google services reported by 'shoogle show'\n"  >  "$AUTOPKGTEST_ARTIFACTS"/service-list

shoogle show >> "$AUTOPKGTEST_ARTIFACTS"/service-list

grep -q "Gmail API" "$AUTOPKGTEST_ARTIFACTS"/service-list