From 933cd1e3c7e0bc89ed2a721a8f2f8b9e46a8a154 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 May 2023 19:30:40 +0200 Subject: [PATCH] Show commands being executed in clang test --- test/compilers/ompss2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compilers/ompss2.nix b/test/compilers/ompss2.nix index 2246201..4ac142d 100644 --- a/test/compilers/ompss2.nix +++ b/test/compilers/ompss2.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { # fail to run otherwise, so we disable the sandbox for this test. __noChroot = true; buildPhase = '' - #set -x + set -x #$CC -v cp ${task_c} task.c