diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index d34bf46d..0d79fbbb 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -53,4 +53,5 @@ rpki/relaxng.py: left-right-schema.rng up-down-schema.rng make-relaxng.py #test:: all ; sh -x rootd.sh run -test:: all ; python testbed.py +test:: all + python testbed.py -y testbed.1.yaml |