Skip to content

Commit

Permalink
Update iffe.tst
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihalko authored Mar 18, 2024
1 parent 6dff7b9 commit 3deec44
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/cmd/INIT/iffe.tst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# regression tests for the iffe command


EXEC -r -v - hdr stdio
TEST 01 'command line basics'
# Add debugging output
echo "Starting test 01: command line basics"

# Execute the command with debugging options and capture output/errors
output=$(EXEC -r -v - hdr stdio 2>&1)

# Print the output
echo "Output:"
echo "$OUTPUT"
echo "$output"

# Check if there are any errors
if [ $? -ne 0 ]; then
echo "Error messages:"
echo "$output"
fi

# Print any error messages
echo "Error messages:"
echo "$ERROR"
OUTPUT - $'/* : : generated by iffe version 1995-03-19 : : */
#ifndef _REGRESS
#define _REGRESS 1
Expand Down

0 comments on commit 3deec44

Please sign in to comment.