From 372b9588600ef381655bce4146913720aff7dc97 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 18 Apr 2014 17:35:58 +0200 Subject: haskell-package-plan: Enable graphs This requires a small hack in chroot-run.sh. --- bin/chroot-run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/chroot-run.sh') diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index d4f6decd..eb5ded73 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -104,6 +104,14 @@ $@ EOF chmod +x $CHROOT_TARGET/tmp/chroot-testrun sudo chroot $CHROOT_TARGET /tmp/chroot-testrun + + # hack to get data out of the chroot (might be dropped when + # haskell-package-plan uses schroot, which will bindmount the current + # directory in the schroot) + if [ -e $CHROOT_TARGET/tmp/testrun/stats.csv ] + then + cp -v $CHROOT_TARGET/tmp/testrun/stats.csv . + fi } bootstrap -- cgit v1.2.3-54-g00ecf