Fixed SPACES issue, also fixed redirection error bug in build.

This commit is contained in:
Brad Nelson
2024-02-24 12:30:08 -08:00
parent eaa8a3c4c3
commit 854b3b5d74
7 changed files with 18 additions and 11 deletions

View File

@ -21,8 +21,8 @@ Alias('posix', ' '.join([
'$dst/posix/ueforth', '$src/common/all_tests.fs'),
TestCommand('$dst/tests/posix_see_all_test.out',
'$dst/posix/ueforth',
'echo internals see-all bye | $dst/posix/ueforth 2>&1 | '
'cat >$dst/tests/posix_see_all_test.out'),
'echo internals see-all bye | $dst/posix/ueforth '
'>$dst/tests/posix_see_all_test.out 2>&1'),
TestCommand(' '.join(['$dst/tests/posix_save_restore_test.out',
'$dst/tests/posix_save_restore.bin']),
'$dst/posix/ueforth',