Merge branch 'disable-dash-tests' into develop
This commit is contained in:
commit
9e023d14f7
|
@ -141,7 +141,8 @@ if ! run_test mksh -i ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! run_test dash -i ; then
|
if ! run_test dash -i ; then
|
||||||
FAILED=1
|
# dash tests are not stable, see #931
|
||||||
|
# FAILED=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test "x$ONLY_SHELL" = "x" && rm -r tests/shell
|
test "x$ONLY_SHELL" = "x" && rm -r tests/shell
|
||||||
|
|
Loading…
Reference in New Issue