From 2737a70c07432fc5d98bb2c0c760617ac44822f6 Mon Sep 17 00:00:00 2001 From: harti Date: Thu, 14 Jun 2007 20:11:48 +0000 Subject: Make the order of tests the same for user and kernel. Use the natural layer order from bottom to top. --- tools/regression/atm/RunTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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) -- cgit v1.1