-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathfinished.t
45 lines (39 loc) · 1.28 KB
/
finished.t
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
34
35
36
37
38
39
40
41
42
43
44
Setup:
$ alias xt="python $TESTDIR/../t.py --task-dir `pwd` --list test"
Add some tasks:
$ xt Sample one.
3
$ xt Sample two.
7
$ xt Sample three.
9
$ xt Sample four.
1
$ xt 'this | that'
4
Finish and test .test.done:
$ xt -f 1
$ cat .test.done
Sample four. | id:1dd56b09a9ca0fdf4f2a8c0959a298098eb8f7de
$ xt -f 7
$ cat .test.done
Sample four. | id:1dd56b09a9ca0fdf4f2a8c0959a298098eb8f7de
Sample two. | id:7a4dc18c23f3b890602da09da1690ccfb4c87bd1
$ xt -f 3
$ cat .test.done
Sample four. | id:1dd56b09a9ca0fdf4f2a8c0959a298098eb8f7de
Sample one. | id:329950673481cb1c19102c982bfc63e745ab4a6f
Sample two. | id:7a4dc18c23f3b890602da09da1690ccfb4c87bd1
$ xt -f 9
$ cat .test.done
Sample four. | id:1dd56b09a9ca0fdf4f2a8c0959a298098eb8f7de
Sample one. | id:329950673481cb1c19102c982bfc63e745ab4a6f
Sample two. | id:7a4dc18c23f3b890602da09da1690ccfb4c87bd1
Sample three. | id:90cf0626ca134e0aa6453b3562dc1c8bb34f1568
$ xt -f 4
$ cat .test.done
Sample four. | id:1dd56b09a9ca0fdf4f2a8c0959a298098eb8f7de
Sample one. | id:329950673481cb1c19102c982bfc63e745ab4a6f
this | that | id:48ad7c827191fa3c896d13b47f618ff1732e911e
Sample two. | id:7a4dc18c23f3b890602da09da1690ccfb4c87bd1
Sample three. | id:90cf0626ca134e0aa6453b3562dc1c8bb34f1568