File: lsb-test.sh

package info (click to toggle)
lsb 3.2-23.2squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 336 kB
  • ctags: 93
  • sloc: python: 740; sh: 259; makefile: 108; perl: 6
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

echo "Importing $1/init-functions"
. $1/init-functions

log_warning_msg "Only a warning"
log_success_msg "This should succeed"
log_failure_msg "This fails miserably"

echo "OK!"