Skip to content

Commit 21a5126

Browse files
committed
test-assert-subroutine-error-termination: Simplify intel case, remove now-dead check-exit-status
1 parent 422439b commit 21a5126

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

example/support-assert-test-suite/check-exit-status.f90

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/run-false-assertion-intel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
output=$(fpm run --example false-assertion --compiler ifx --flag '-O3 -DASSERTIONS' > /dev/null 2>&1)
3-
echo $?
3+
echo $? > build/exit_status

test/test-assert-subroutine-error-termination.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program test_assert_subroutine_error_termination
2323
#elif __flang__
2424
command = "./test/run-false-assertion.sh", &
2525
#elif __INTEL_COMPILER
26-
command = "./test/run-false-assertion-intel.sh | fpm run --example check-exit-status", &
26+
command = "./test/run-false-assertion-intel.sh", &
2727
#elif _CRAYFTN
2828
command = "fpm run --example false-assertion --profile release --compiler crayftn.sh --flag '-DASSERTIONS' > /dev/null 2>&1", &
2929
#else

0 commit comments

Comments
 (0)