Bug: The enabled
test checks, though they exist are never actually run
Fix by copying the `enabled` check file, if it exists to where the tests are being run
This commit is contained in:
parent
7c8595c5ee
commit
4d3a057a03
2
test/run
2
test/run
|
@ -33,7 +33,7 @@ main() {
|
||||||
for dir in $(find "${@:-.}" -type d | sort); do
|
for dir in $(find "${@:-.}" -type d | sort); do
|
||||||
cd $root/$dir;
|
cd $root/$dir;
|
||||||
mkdir -p $work/$dir
|
mkdir -p $work/$dir
|
||||||
for file in in cmd rc; do
|
for file in in cmd rc enabled; do
|
||||||
[ -f $file ] && cp $file $work/$dir/
|
[ -f $file ] && cp $file $work/$dir/
|
||||||
done
|
done
|
||||||
cd $work/$dir;
|
cd $work/$dir;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user