Skip to content
Snippets Groups Projects
Commit bb1353e4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix bug introduced in 8b1e76a1.

The unitary tests file was renamed, but his output file wasn't.
parent 80868b29
Loading
......@@ -29,9 +29,9 @@ end
cd(getenv('TOP_TEST_DIR'));
if isoctave
fid = fopen('run_unitary_tests.o.trs', 'w+');
fid = fopen('run_all_unitary_tests.o.trs', 'w+');
else
fid = fopen('run_unitary_tests.m.trs', 'w+');
fid = fopen('run_all_unitary_tests.m.trs', 'w+');
end
if length(failedtests) > 0
fprintf(fid,':test-result: FAIL\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment