aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
blob: b4ef6503a61cd1336f9569c1c0a16e4ed9c086f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

#
# Feature testing
#

echo "TESTING: 1.1. new /boot"
./1.1.exp

echo "TESTING: 1.2. new /proc"
./1.2.exp

echo "TESTING: 1.5. PID namespace"
./1.5.exp

echo "TESTING: 1.6 new /var/log"
./1.6.exp

echo "TESTING: 1.7 new /var/tmp"
./1.7.exp

#echo "TESTING: "
#./1..exp