changeset 265 | 6629144cf111 |
parent 264 | cd7f901d3902 |
child 266 | 7cc208cbf2be |
264:cd7f901d3902 | 265:6629144cf111 |
---|---|
2 |
2 |
3 set -e |
3 set -e |
4 |
4 |
5 cd action |
5 cd action |
6 |
6 |
7 echo "It worked" > results |
7 ls -l |
8 |
8 |
9 ls -l /dev >> results |
9 . ./testing_system |
10 |
10 |
11 #exec > results 2>&1 |
|
11 |
12 |
13 echo "It worked" |
|
14 |
|
15 aptitude --allow-untrusted --quiet --without-recommends --assume-yes install mercurial |
|
16 hg --version |
|
17 |
|
18 touch results |
|
19 |