Skip to content
Snippets Groups Projects
Commit b6241973 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add debug output

Former-commit-id: ff995bbc661eb33297363a24277ed045d5d3832b
parent 4c3c4fcb
No related merge requests found
......@@ -13,6 +13,7 @@ make clean
# verify ls failure
./test_cmds.sh -l -c fail -a ls
if [ $? -eq 0 ]; then
echo "Error: expected ls failure"
exit 1
else
exit 0
......@@ -21,6 +22,7 @@ fi
# verify grep failure
./test_cmds.sh -l -c fail -a grep
if [ $? -eq 0 ]; then
echo "Error: expected grep failure"
exit 1
else
exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment