Skip to content

Commit 6dff7b9

Browse files
authored
CI/iffe.tst: add dbg output
1 parent 3a37ba9 commit 6dff7b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: src/cmd/INIT/iffe.tst

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# regression tests for the iffe command
22

3-
TEST 01 'command line basics'
43

54
EXEC -r -v - hdr stdio
5+
TEST 01 'command line basics'
6+
# Print the output
7+
echo "Output:"
8+
echo "$OUTPUT"
9+
10+
# Print any error messages
11+
echo "Error messages:"
12+
echo "$ERROR"
613
OUTPUT - $'/* : : generated by iffe version 1995-03-19 : : */
714
#ifndef _REGRESS
815
#define _REGRESS 1

0 commit comments

Comments
 (0)