[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5957: autobuild: Run diff against /dev/null instead of an empty file.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Thu, 09 Jun 2011 19:14:15 -0000

------------------------------------------------------------
revno: 5957
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Mon 2011-05-30 17:21:28 +0200
message:
  autobuild: Run diff against /dev/null instead of an empty file.
modified:
  tools/hipl_autobuild.sh


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2011-05-30 15:20:48 +0000
+++ tools/hipl_autobuild.sh     2011-05-30 15:21:28 +0000
@@ -128,8 +128,7 @@
 check_doxygen()
 {
     make doxygen > /dev/null 2> doxygen_stderr
-    touch empty
-    run_program diff -u empty doxygen_stderr
+    run_program diff -u /dev/null doxygen_stderr
 }
 
 compile()

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5957: autobuild: Run diff against /dev/null instead of an empty file. - noreply