File: testrun.sh

package info (click to toggle)
rsskit 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 656 kB
  • ctags: 572
  • sloc: objc: 2,041; makefile: 48; sh: 4
file content (13 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# When working on BSD: Run with 'bash testrun.sh', this
# will not work with sh (didn't get ANSI colors to work w/ it) :->

# To get UKRunner working with correct i18n, copy the English.lproj
# manually like this:
# mkdir -p /opt/GNUstep/Local/Tools/Resources/ukrun
# cp -v English.lproj /opt/GNUstep/Local/Tools/Resources/ukrun
# English.lproj can be found somewhere in the UnitKit directory.

ukrun RSSKitTests.bundle/ 2> /dev/null | sed -e $'s/Failed/\x1b[31mFAILED\x1b[39m/' -e $'s/Passed/\x1b[32mPASSED\x1b[39m/'