aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/atm
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2007-06-14 20:11:48 +0000
committerHartmut Brandt <harti@FreeBSD.org>2007-06-14 20:11:48 +0000
commit3c9b26f049c000114cc8b2d6b4c4ec0e2402d9e8 (patch)
treed57c995d6f8f61cc4ece8ff62bca258d64901796 /tools/regression/atm
parente62e610b7ded2cb4b8fa7d889f3046fed0f7cbf4 (diff)
Make the order of tests the same for user and kernel. Use the natural
layer order from bottom to top.
Notes
Notes: svn path=/head/; revision=170737
Diffstat (limited to 'tools/regression/atm')
-rw-r--r--tools/regression/atm/RunTest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh
index 53fe60557196..90f69658d4aa 100644
--- a/tools/regression/atm/RunTest.sh
+++ b/tools/regression/atm/RunTest.sh
@@ -39,7 +39,7 @@ done
(cd proto_uni ; sh ./RunTest.sh -u $options)
(cd proto_cc ; sh ./RunTest.sh -u $options)
-(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_sscop ; sh ./RunTest.sh $options)
(cd proto_sscfu ; sh ./RunTest.sh $options)
+(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_cc ; sh ./RunTest.sh $options)