From 3c8e22dc9e4f033be167aa721e6d8ad54330ca3c Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 29 Nov 2019 15:59:08 -0800 Subject: Redirect testing shell commands to logger This includes the built-in functions in BackendCompilationUtilities which are a public API --- src/test/scala/firrtlTests/execution/VerilogExecution.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/scala/firrtlTests/execution') diff --git a/src/test/scala/firrtlTests/execution/VerilogExecution.scala b/src/test/scala/firrtlTests/execution/VerilogExecution.scala index 17eecc65..060554c0 100644 --- a/src/test/scala/firrtlTests/execution/VerilogExecution.scala +++ b/src/test/scala/firrtlTests/execution/VerilogExecution.scala @@ -25,8 +25,8 @@ trait VerilogExecution extends TestExecution { copyResourceToFile(cppHarnessResourceName, harness) // Make and run Verilog simulation - verilogToCpp(c.main, testDir, Nil, harness).! - cppToExe(c.main, testDir).! + verilogToCpp(c.main, testDir, Nil, harness) #&& + cppToExe(c.main, testDir) ! loggingProcessLogger assert(executeExpectingSuccess(c.main, testDir)) } } -- cgit v1.2.3