Use and explicite 'sh' to run the scripts, because they may be checked
out non-executable.
This commit is contained in:
parent
f42a2943e1
commit
f0092780fc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user