more accepting molly-guard
This commit is contained in:
parent
9bb1366549
commit
43674f12e2
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
! ../../urchin ./.chainsaw
|
||||
tmp=$(mktemp -d)/blah
|
||||
echo '#!/usr/bin/env true' > $tmp
|
||||
! ../../urchin $tmp
|
||||
|
2
urchin
2
urchin
@ -309,7 +309,7 @@ logfile=$(fullpath "$1")/.urchin.log
|
||||
stdout_file=$(fullpath "$1")/.urchin_stdout
|
||||
|
||||
# Run or present the Molly guard.
|
||||
if basename "$(fullpath "$1")" | grep -Fi 'test' > /dev/null || $force
|
||||
if fullpath "$1" | grep -Fi 'test' > /dev/null || $force
|
||||
then
|
||||
urchin_go "$1" "$shell_for_sh_tests"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user