File: runtests.sh

package info (click to toggle)
golang-github-thecreeper-go-notify 0.0~git20160203.0.b5cd147-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68 kB
  • ctags: 63
  • sloc: makefile: 4; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

# Start the notification daemon
/usr/lib/notification-daemon/notification-daemon &
sleep 1

dh_auto_test