diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh index aefff66..6269930 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -17,7 +17,7 @@ if [[ -d .bootstrap/blueprint/test ]]; then fi sleep 2 -sed -i 's/${runTests}/-t/' src.build.ninja.in +sed -i 's/extra =/extra = -t/' src.build.ninja.in ./blueprint.bash if [[ ! -d .bootstrap/blueprint/test ]]; then |
