diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:42:29 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:42:29 +0200 |
commit | d3b42ca899f02598bef26c720b9fdeeed88a5f60 (patch) | |
tree | ae13416498815e52bd36ef0d667058ed32ba0aec /t/18-snap.t | |
parent | 95fc37c188e9be6ecf6d097b2ca87485cd38ade4 (diff) | |
download | sbotools2-d3b42ca899f02598bef26c720b9fdeeed88a5f60.tar.xz |
18-snap.t: add notes to find test failure reasons
Diffstat (limited to 't/18-snap.t')
-rwxr-xr-x | t/18-snap.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/18-snap.t b/t/18-snap.t index 74de5df..fc416f3 100755 --- 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'); |