diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-09 18:04:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-09 18:04:07 +0000 |
commit | 112d2aba1c33c593f48a889c2c7a1fb67ad67fdf (patch) | |
tree | 5da7e1031186858e9329e998cebba6446fb23ec4 /scripts | |
parent | 99acf075620c5c97872580ba7eaf60af90067468 (diff) |
Disable rootd.sh test, requires too much setup
svn path=/scripts/Makefile; revision=1459
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 1272d9e6..69f83f30 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -48,8 +48,7 @@ rpki/relaxng.py: left-right-schema.rng up-down-schema.rng make-relaxng.py python make-relaxng.py >$@.tmp mv $@.tmp $@ -all-tests:: all - sh -x rootd.sh run +# all-tests:: all; sh -x rootd.sh run test all-tests:: all python testbed.py -y testbed.1.yaml |