]> Kevux Git Server - fll/commitdiff
Update: Use 'shell' rather than 'run' in testfile.
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 17:43:57 +0000 (11:43 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 17:43:57 +0000 (11:43 -0600)
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.

level_0/f_type_array/data/build/testfile

index 11ea717f4552863520940d915a8c6a21abac7212..5098800ddd660882137099b9d38e474406772714 100644 (file)
@@ -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