Show commands being executed in clang test

This commit is contained in:
Rodrigo Arias 2023-05-22 19:30:40 +02:00
parent 5553ee79a9
commit 933cd1e3c7

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
# fail to run otherwise, so we disable the sandbox for this test. # fail to run otherwise, so we disable the sandbox for this test.
__noChroot = true; __noChroot = true;
buildPhase = '' buildPhase = ''
#set -x set -x
#$CC -v #$CC -v
cp ${task_c} task.c cp ${task_c} task.c