From 85995d210162d1432800acf357f8162b77f5b47e Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 15 Apr 2015 12:17:16 +0000 Subject: Morph build c3874f415dc6448ca28d9a01edab0948 System branch: master --- tests.build/build-system-python-distutils.script | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'tests.build/build-system-python-distutils.script') diff --git a/tests.build/build-system-python-distutils.script b/tests.build/build-system-python-distutils.script index d8210319..44418655 100755 --- a/tests.build/build-system-python-distutils.script +++ b/tests.build/build-system-python-distutils.script @@ -68,3 +68,22 @@ git commit -q -m "Set custom install prefix for hello" "$SRCDIR/scripts/test-morph" build-morphology \ test:morphs-repo master hello-system + +cd "$DATADIR" +"$SRCDIR/scripts/test-morph" init workspace +cd "$DATADIR/workspace" +"$SRCDIR/scripts/test-morph" checkout test:morphs-repo master +cd "$DATADIR/workspace/master/test/morphs-repo" + +refs=`"$SRCDIR/scripts/test-morph" query-cache hello-system.morph hello` +for ref in $refs +do + ostree --repo="$DATADIR/cache/artifacts/repo" checkout --fsync=false \ + "$ref" "$DATADIR/$ref" + find $DATADIR/$ref/* | sed "s:^$DATADIR/$ref/::" +done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|lib)' | +sed -e 's:^local/::' \ + -e 's:lib/python2.[6-9]:lib/python2.x:' \ + -e 's:/hello-0\.0\.0[^/]*\.egg-info$:/hello.egg-info:' \ + -e 's:[^/]*-packages:packages:' \ + -e '/^$/d' -- cgit v1.2.1