commit d3b42ca899f02598bef26c720b9fdeeed88a5f60
parent 95fc37c188e9be6ecf6d097b2ca87485cd38ade4
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Thu, 11 Aug 2016 00:42:29 +0200
18-snap.t: add notes to find test failure reasons
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/t/18-snap.t b/t/18-snap.t
@@ -52,5 +52,6 @@ sbosnap 'update', { expected => qr/Pulling SlackBuilds tree[.][.][.]/ };
my $tmphome = tempdir(CLEANUP => 1);
set_sbo_home($tmphome);
-sbosnap 'fetch', { test => 0 };
+sbosnap 'fetch', { test => 0, note => 1 };
+note scalar `tree $tmphome`;
ok (-e "$tmphome/repo/test/nonexistentslackbuild/nonexistentslackbuild.info", 'SBo tree pulled to correct location');