~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to test/non_regression/test_non_regression_kernel.sh

  • Committer: Didier Barvaux
  • Date: 2013-06-30 12:53:19 UTC
  • mfrom: (535.1.213 rohc-main)
  • Revision ID: didier@barvaux.org-20130630125319-33xosfau63ygas1f
Sync with main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
        echo -n "running ${testname}... "
14
14
 
15
 
        SED=sed AWK=gawk KERNEL_SUFFIX=_kernel \
16
 
                ./${testfile}
 
15
        KERNEL_SUFFIX=_kernel ./${testfile}
17
16
        ret=$?
18
17
 
19
18
        if [ ${ret} -eq 0 ] ; then