Skip to content

Commit 0783394

Browse files
make silent (#26)
1 parent 26fe183 commit 0783394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ test_file=$(echo "${slug}" | sed 's/-/_/g')_test.c
3131
cd "${solution_dir}" || exit
3232
sed -i 's#TEST_IGNORE();#// &#' "${test_file}"
3333
make clean
34-
make > "${output_dir}/results.out" 2>&1
34+
make -s > "${output_dir}/results.out" 2>&1
3535
python3 "${cwd}"/process_results.py "${output_dir}/results.out"

0 commit comments

Comments
 (0)