mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
testbed scripts.
git-svn-id: file:///svn/unbound/trunk@12 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd testdata;
|
||||
for test in `ls *.tpkg`; do
|
||||
echo $test
|
||||
tpkg -a ../.. exe $test
|
||||
done
|
||||
Reference in New Issue
Block a user