From: Kevin Day Date: Thu, 23 Dec 2021 17:43:57 +0000 (-0600) Subject: Update: Use 'shell' rather than 'run' in testfile. X-Git-Tag: 0.5.7~3 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3463d5981e6abcf31244f3b35daf4689288c7867;p=fll Update: Use 'shell' rather than 'run' in testfile. I apparently missed this line. The 'run' operation will attempt to execute based on PATH environment. The 'shell' operation expects local files, which is what these tests are. --- diff --git a/level_0/f_type_array/data/build/testfile b/level_0/f_type_array/data/build/testfile index 11ea717..5098800 100644 --- a/level_0/f_type_array/data/build/testfile +++ b/level_0/f_type_array/data/build/testfile @@ -14,7 +14,7 @@ main: shell build/programs/shared/test-f_type_array if exists build/programs/static/test-f_type_array - run build/programs/static/test-f_type_array + shell build/programs/static/test-f_type_array if not exists build/programs/shared/test-f_type_array and not exists build/programs/static/test-f_type_array