]> granicus.if.org Git - pdns/commitdiff
Fix testrunner.sh's exit status
authorThomas D <whissi@whissi.de>
Fri, 13 Feb 2015 03:01:09 +0000 (04:01 +0100)
committerThomas D <whissi@whissi.de>
Tue, 17 Feb 2015 09:15:03 +0000 (10:15 +0100)
"$rv" isn't defined so use "$?" instead.

modules/remotebackend/testrunner.sh

index 777a1da10804c730017efe28f546d68089ab9bd3..079750e30ff680e9f2df97ac4f948281b6707596 100755 (executable)
@@ -236,4 +236,4 @@ case "$mode" in
   ;;
 esac
 
-exit $rv
+exit $?