File: run-test

package info (click to toggle)
pegasus-wms 4.4.0%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 73,560 kB
  • ctags: 21,150
  • sloc: xml: 308,741; java: 101,268; python: 30,428; perl: 13,290; ansic: 7,830; sh: 6,843; cpp: 5,821; makefile: 803; sql: 431; php: 9
file content (18 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

set -e
set -v

./run-bamboo-test $1

# wait for workflow to finish
../../common/wait-for-workflow

# check success with pegasus-analyzer - does it use exit codes correctly?
cd work/*/*/*/*/
pegasus-analyzer

# show some stats
pegasus-statistics `pwd`