[anjuta] am-project: bgo #657589 - tests fail in tarball releases because tarballs are missing anjuta.lst
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] am-project: bgo #657589 - tests fail in tarball releases because tarballs are missing anjuta.lst
- Date: Sun, 4 Sep 2011 15:17:14 +0000 (UTC)
commit 997ef70e6cfeea45d70df9974cdb1b111e2619cf
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sun Sep 4 17:16:48 2011 +0200
am-project: bgo #657589 - tests fail in tarball releases because tarballs are missing anjuta.lst
plugins/am-project/tests/anjuta.at | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/am-project/tests/anjuta.at b/plugins/am-project/tests/anjuta.at
index 710ff83..1e2fb4d 100644
--- a/plugins/am-project/tests/anjuta.at
+++ b/plugins/am-project/tests/anjuta.at
@@ -1,6 +1,10 @@
AT_SETUP([Load anjuta project])
AT_PARSER_CHECK([load ../../$at_top_srcdir \
list])
-AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' ../../$at_srcdir/anjuta.lst > anjuta.lst]])
-AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' output | diff - anjuta.lst]])
+# Remove node number and top group node as its name is the unknown top project
+# directory name
+AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' ../../$at_srcdir/anjuta.lst | sed '1,/^\s*GROUP ():/{/^\s*GROUP ():/d;}' > anjuta.lst]])
+# Remove node number and top group node as its name is the unknown top project
+# directory name
+AT_CHECK([[sed 's/^\(\s*\w\+\s*(\)[0-9:]\+\()\)/\1\2/' output | sed '1,/^\s*GROUP ():/{/^\s*GROUP ():/d;}' | diff - anjuta.lst]])
AT_CLEANUP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]