File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,48 +9,56 @@ FAILED=0
99$PYTHON " $DIRNAME /test_range_helper.py"
1010if [ $? -ne 0 ]
1111then
12+ echo " FAILED!"
1213 FAILED=` expr $FAILED + 1`
1314fi
1415
1516$PYTHON " $DIRNAME /test_scan_settings.py"
1617if [ $? -ne 0 ]
1718then
19+ echo " FAILED!"
1820 FAILED=` expr $FAILED + 1`
1921fi
2022
2123$PYTHON " $DIRNAME /test_commands.py"
2224if [ $? -ne 0 ]
2325then
26+ echo " FAILED!"
2427 FAILED=` expr $FAILED + 1`
2528fi
2629
2730$PYTHON " $DIRNAME /test_table_scan.py"
2831if [ $? -ne 0 ]
2932then
33+ echo " FAILED!"
3034 FAILED=` expr $FAILED + 1`
3135fi
3236
3337$PYTHON " $DIRNAME /test_data.py"
3438if [ $? -ne 0 ]
3539then
40+ echo " FAILED!"
3641 FAILED=` expr $FAILED + 1`
3742fi
3843
3944$PYTHON -m doctest " $DIRNAME /test_ndim.txt"
4045if [ $? -ne 0 ]
4146then
47+ echo " FAILED!"
4248 FAILED=` expr $FAILED + 1`
4349fi
4450
4551$PYTHON -m doctest " $DIRNAME /test_alignment.py"
4652if [ $? -ne 0 ]
4753then
54+ echo " FAILED!"
4855 FAILED=` expr $FAILED + 1`
4956fi
5057
5158$PYTHON -m doctest " $DIRNAME /test_spreadsheet.py"
5259if [ $? -ne 0 ]
5360then
61+ echo " FAILED!"
5462 FAILED=` expr $FAILED + 1`
5563fi
5664
You can’t perform that action at this time.
0 commit comments