Print the experiment being run
This commit is contained in:
parent
c7d2e2d866
commit
9d8f7d9074
@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
||||
fi
|
||||
|
||||
export GARLIC_EXPERIMENT=$(basename $out)
|
||||
echo "Running experiment \$GARLIC_EXPERIMENT"
|
||||
|
||||
if [ -e "\$GARLIC_EXPERIMENT" ]; then
|
||||
>&2 echo "Already exists \$GARLIC_EXPERIMENT, aborting"
|
||||
|
Loading…
Reference in New Issue
Block a user