Skip to content

Commit e6dc4f5

Browse files
committed
Fix the run test for the odk.py script.
When checking whether the odk.py script can be invoked, call it with the `--help` option. Otherwise, it will exit with a non-zero code, which will be interpreted as indicating that the script is not runnable (which will in turn be interpreted as a sign that something went wrong when building the ODK image).
1 parent 1ebbb67 commit e6dc4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_odklite_programs:
3737
@./tests/test-program.sh JINJANATOR jinjanate --version
3838
@./tests/test-program.sh DICER-CLI dicer-cli --version
3939
@./tests/test-program.sh SSSOM-CLI sssom-cli --version
40-
@./tests/test-program.sh ODK odk.py
40+
@./tests/test-program.sh ODK odk.py --help
4141

4242
test_odkfull_programs: test_odklite_programs
4343
@./tests/test-program.sh KONCLUDE Konclude -h

0 commit comments

Comments
 (0)