summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2007-06-14 20:11:48 +0000
committerharti <harti@FreeBSD.org>2007-06-14 20:11:48 +0000
commit2737a70c07432fc5d98bb2c0c760617ac44822f6 (patch)
treed57c995d6f8f61cc4ece8ff62bca258d64901796 /tools
parent8016b195e6d8f54345e22680574432142a33d2e0 (diff)
downloadFreeBSD-src-2737a70c07432fc5d98bb2c0c760617ac44822f6.zip
FreeBSD-src-2737a70c07432fc5d98bb2c0c760617ac44822f6.tar.gz
Make the order of tests the same for user and kernel. Use the natural
layer order from bottom to top.
Diffstat (limited to 'tools')
-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 53fe605..90f6965 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)
OpenPOWER on IntegriCloud