diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-07-09 08:59:15 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-07-09 08:59:15 +0000 |
| commit | f0092780fc63dd9c2f67de8827a415aae0d0e61f (patch) | |
| tree | 9d91830dbad8677401e8cdff0ed45df9ae26affa /tools | |
| parent | f42a2943e1fde6602712e9f608ae920c6054bd23 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/atm/RunTest.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh index ab34104cbec0c..8fd7cc621e815 100644 --- a/tools/regression/atm/RunTest.sh +++ b/tools/regression/atm/RunTest.sh @@ -34,10 +34,10 @@ do esac done -(cd proto_uni ; ./RunTest.sh -u $options) -(cd proto_sscop ; ./RunTest.sh -u $options) -(cd proto_sscfu ; ./RunTest.sh -u $options) +(cd proto_sscop ; sh ./RunTest.sh -u $options) +(cd proto_sscfu ; sh ./RunTest.sh -u $options) +(cd proto_uni ; sh ./RunTest.sh -u $options) -(cd proto_uni ; ./RunTest.sh $options) -(cd proto_sscop ; ./RunTest.sh $options) -(cd proto_sscfu ; ./RunTest.sh $options) +(cd proto_uni ; sh ./RunTest.sh $options) +(cd proto_sscop ; sh ./RunTest.sh $options) +(cd proto_sscfu ; sh ./RunTest.sh $options) |
