summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
436195f)
This makes it easier to see which test is broken.
- Show the channel URL being fetched.
- Use nix 2.3 because 2.4 broke <nix/unpack-channel.nix>.
- Support restricted mode: Allow tarball access with search paths.
- Show the channel URL being fetched.
- Use nix 2.3 because 2.4 broke <nix/unpack-channel.nix>.
- Support restricted mode: Allow tarball access with search paths.
+- Announce test names as they are run.
for test in tests/*;do
if [ ! -d "$test" ];then
for test in tests/*;do
if [ ! -d "$test" ];then
+ echo "### Running test $test" >&2