From 358fb6d9c6e84a9bea8791196f21b785d64ca1c4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 7 Mar 2022 12:36:37 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d72cfa13..538dab42d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -119,7 +119,7 @@ jobs: cmake --build . --config Release ctest --verbose cd test - ./dblat2 <../../test/dblat2.dat + dblat2 <..\..\test\dblat2.dat cat DBLAT2.SUMM - job: OSX_OpenMP