[roboptim-commit] [SCM] roboptim branch, trajectory, updated. 2a26cddaa6f2adf74b16ac644544b3112d869
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2009-07-24 00:14:24
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim". The branch, trajectory has been updated via 2a26cddaa6f2adf74b16ac644544b3112d86902c (commit) from 6360e4cc4aaa76a89733089731e0806025c1c651 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a26cddaa6f2adf74b16ac644544b3112d86902c Author: Thomas Moulard <tho...@gm...> Date: Fri Jul 24 09:14:01 2009 +0900 Remove orphan stdout file and distribute the right one. * tests/Makefile.am: Fix typo. * tests/spline-optimization-time.stdout: Remove. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 90ccdbe..bcaff73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-24 Thomas Moulard <tho...@gm...> + + Remove orphan stdout file and distribute the right one. + * tests/Makefile.am: Fix typo. + * tests/spline-optimization-time.stdout: Remove. + 2009-07-23 Thomas Moulard <tho...@gm...> Fix typo. diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a3a950..047a8e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,5 +73,5 @@ EXTRA_DIST += \ simple.stdout \ spline-gradient.stdout \ spline-optimization.stdout \ - spline-optimization-time.stdout \ + spline-time-optimization.stdout \ spline.stdout diff --git a/tests/spline-optimization-time.stdout b/tests/spline-optimization-time.stdout deleted file mode 100644 index e69de29..0000000 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ tests/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) delete mode 100644 tests/spline-optimization-time.stdout hooks/post-receive -- roboptim |