]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove csv output so we get a more pretty, human readable output for now. Should...
authorMichael Graff <mgraff@isc.org>
Wed, 27 Jul 2011 16:31:07 +0000 (16:31 +0000)
committerMichael Graff <mgraff@isc.org>
Wed, 27 Jul 2011 16:31:07 +0000 (16:31 +0000)
unit/unittest.sh.in

index e0f70451e9fe1f53f5ad6e97765f973843bed60c..8dd989719319fceef2d49c37953528d363aabeda 100644 (file)
@@ -1,9 +1,10 @@
 #!/bin/sh
 
-PATH=${PATH}:@ATFBIN@
+PATH="@ATFBIN@:${PATH}"
 export PATH
 
 if [ -n "@ATFBIN@" ]
 then
-       atf-run | atf-report -o csv:- | cat
+        # | cat is there to force non-fancy output
+       atf-run | atf-report | cat
 fi