Skip to content

Commit cafcc0b

Browse files
committed
Debug tests
1 parent 6a5b910 commit cafcc0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cases/001_default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ assert "! -f $CREATED" "File should not exist: $CREATED!"
1818
CHANGED="app/Config/App.php"
1919
BEFORE=`get_hash $CHANGED`
2020

21-
sh "$SCRIPT" > /dev/null 2>&1
21+
sh "$SCRIPT" #> /dev/null 2>&1
2222

2323
assert "$? -eq 0" "Script failed to execute!"
2424
assert "-f $CREATED" "File does not exist: $CREATED!"

tests/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for FILE in "$TESTS"/*; do
7777
NAME=`basename "$FILE"`
7878

7979
# Start with a clean slate
80-
set_up > /dev/null 2>&1
80+
set_up #> /dev/null 2>&1
8181

8282
# Execute the test
8383
. $FILE

0 commit comments

Comments
 (0)