summaryrefslogtreecommitdiff
path: root/doc/sessions/filtering.run
blob: 2ab3d1acd800516ab4ca12de36499fb0a57afc02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

commands:
# Make it fetch first
- directory: ../examples/filtering
  command: source fetch hello.bst

# Capture a build output
- directory: ../examples/filtering
  command: --option use_filter False build hello.bst

# Capture a build output
- directory: ../examples/filtering
  command: --option use_filter True build hello.bst

# Capture list-contents output
- directory: ../examples/filtering
  output: ../source/sessions/filtering-list-contents-libhello.html
  command: artifact list-contents libhello.bst

# Capture list-contents output
- directory: ../examples/filtering
  output: ../source/sessions/filtering-list-contents-libhello-filtered.html
  command: artifact list-contents libhello-filtered.bst

# Capture shell output
- directory: ../examples/filtering
  output: ../source/sessions/filtering-shell-without-filter.html
  command: --option use_filter False shell hello.bst -- hello

# Capture shell output
- directory: ../examples/filtering
  output: ../source/sessions/filtering-shell-with-filter.html
  command: --option use_filter True shell hello.bst -- hello