We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fe183 commit 0783394Copy full SHA for 0783394
bin/run.sh
@@ -31,5 +31,5 @@ test_file=$(echo "${slug}" | sed 's/-/_/g')_test.c
31
cd "${solution_dir}" || exit
32
sed -i 's#TEST_IGNORE();#// &#' "${test_file}"
33
make clean
34
-make > "${output_dir}/results.out" 2>&1
+make -s > "${output_dir}/results.out" 2>&1
35
python3 "${cwd}"/process_results.py "${output_dir}/results.out"
0 commit comments