fix prerequisite checks

This commit is contained in:
packetzero
2022-11-04 16:56:11 -05:00
committed by GitHub
parent 6952b2c284
commit f6004e7d91
+4 -4
View File
@@ -173,7 +173,7 @@ atomic_tests:
- description: |
compile C program
prereq_command: |
exit 1
if [ -f "#{program_path}" ]; then exit 0; else exit 1; fi
get_prereq_command: |
cc #{csource_path} -o #{program_path}
executor:
@@ -202,7 +202,7 @@ atomic_tests:
- description: |
compile C program
prereq_command: |
exit 1
if [ -f "#{program_path}" ]; then exit 0; else exit 1; fi
get_prereq_command: |
cc #{csource_path} -o #{program_path}
executor:
@@ -232,7 +232,7 @@ atomic_tests:
- description: |
compile C program
prereq_command: |
exit 1
if [ -f "#{program_path}" ]; then exit 0; else exit 1; fi
get_prereq_command: |
cc #{csource_path} -o #{program_path}
executor:
@@ -262,7 +262,7 @@ atomic_tests:
- description: |
compile C program
prereq_command: |
exit 1
if [ -f "#{program_path}" ]; then exit 0; else exit 1; fi
get_prereq_command: |
cc #{csource_path} -o #{program_path}
executor: