From 7edbd99775416a32c88acf8e9379518436905f02 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 21 Nov 2020 15:19:45 +0100 Subject: Support gcc 10 and clang 11 --- systemtest/config/unix.exp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'systemtest/config/unix.exp') diff --git a/systemtest/config/unix.exp b/systemtest/config/unix.exp index 2de93b0..1bd9310 100644 --- a/systemtest/config/unix.exp +++ b/systemtest/config/unix.exp @@ -1,9 +1,13 @@ proc runtest_exit_code { test_name command_line exit_code } { + exec ./mcc $command_line.cpp + spawn $command_line expect eof - + + exec rm $command_line + lassign [wait] pid spawnid os_error_flag value if {$os_error_flag == 0} { -- cgit v1.2.3