(language external)
applied to it.
#!/usr/bin/env bash if $testdir/check_acadinteg $student $submitdir/acadinteg.txt >&4; then echo '100' >&3 else echo '0' >&3 fiNote that as a side effect, check_acadinteg prints a status message to standard output. This is redirected to file descriptor 4 so students can see it. This utility should be placed in the test suite's root directory.
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
ext | check_acadinteg | r1 | manage | 4.3 K | 2010-01-05 - 15:54 | TerryVaskor |