diff options
Diffstat (limited to 'zto/ext/miniupnpc/testupnpreplyparse.sh')
| -rwxr-xr-x | zto/ext/miniupnpc/testupnpreplyparse.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/zto/ext/miniupnpc/testupnpreplyparse.sh b/zto/ext/miniupnpc/testupnpreplyparse.sh new file mode 100755 index 0000000..992930b --- /dev/null +++ b/zto/ext/miniupnpc/testupnpreplyparse.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +for f in testreplyparse/*.xml ; do + bf="`dirname $f`/`basename $f .xml`" + if ./testupnpreplyparse $f $bf.namevalue ; then + echo "$f : passed" + else + echo "$f : FAILED" + exit 1 + fi +done + +exit 0 + |
