Branch: refs/heads/master Home: https://github.com/yast/yast-core Commit: a8f67d22c31bf089b73eda6adb3285e3d52035d1 https://github.com/yast/yast-core/commit/a8f67d22c31bf089b73eda6adb3285e3d52... Author: Martin Vidner <mvidner@suse.cz> Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M agents-perl/lib/.gitignore Log Message: ----------- ignore artifacts of testing and makemaker Commit: adfaf7b678c1476445841c6809e75218564caae0 https://github.com/yast/yast-core/commit/adfaf7b678c1476445841c6809e75218564... Author: Martin Vidner <mvidner@suse.cz> Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: A agents-perl/testsuite/.gitignore M agents-perl/testsuite/test-common.exp Log Message: ----------- re-enabled ag_background tests forgot what the exact problem was, but it works now Commit: ee6aa6fc202c226aa3594c230ae843623bfed4b2 https://github.com/yast/yast-core/commit/ee6aa6fc202c226aa3594c230ae843623bf... Author: Martin Vidner <mvidner@suse.cz> Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M agents-perl/testsuite/test-common.exp Log Message: ----------- fixed ag_background tests They failed when stdin was null, as in OBS or with make -j, because expect would close stdout(!?). Using `expect_after` after `spawn` fixes it. This section of `expect_before` documentation obscurely explains it:
Unless overridden by a -i flag, expect_before patterns match against the spawn id defined at the time that the expect_before command was executed (not when its pattern is matched).
Also use the working-copy library; a classic mistake. Commit: 089dcbe14165d61d333347e2d2b6b7ffee895952 https://github.com/yast/yast-core/commit/089dcbe14165d61d333347e2d2b6b7ffee8... Author: Martin Vidner <mvidner@suse.cz> Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M package/yast2-core.changes Log Message: ----------- .changes Commit: e14bcff3dedca7c940a1666269a0f35772546ee0 https://github.com/yast/yast-core/commit/e14bcff3dedca7c940a1666269a0f357725... Author: Martin Vidner <martin@vidner.net> Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M agents-perl/lib/.gitignore A agents-perl/testsuite/.gitignore M agents-perl/testsuite/test-common.exp M package/yast2-core.changes Log Message: ----------- Merge pull request #18 from mvidner/test-ag-background re-enabled tests of ag_background Compare: https://github.com/yast/yast-core/compare/f67109762eeb...e14bcff3dedc