Changes
Page history
Update Testing
authored
Jul 04, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Testing.md
View page @
ac874a1d
...
@@ -41,28 +41,6 @@ else
...
@@ -41,28 +41,6 @@ else
fi
fi
#END Test 1
#END Test 1
#BEGIN Test 2: Description
T=2
#echo "##################################################"
echo "Test $T: Description"
#echo "##################################################"
# preparation
# run script
#check results
DIFF=
#echo "--------------------------------------------------"
if [ "$DIFF" != "" ] && [ -f "" ]
then
echo "Test $T: failed"
exit 1
else
echo "Test $T: passed."
fi
#END Test 2
...
...
#don't modify below, these should be the last lines (errors exit earlier)
#don't modify below, these should be the last lines (errors exit earlier)
...
...
...
...