diff options
| author | Jeff Darcy <jdarcy@fb.com> | 2017-04-28 14:19:27 -0700 | 
|---|---|---|
| committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-04-30 21:45:49 +0000 | 
| commit | c6dd1e68dfe60e747e318a9e28a067e24576fdb6 (patch) | |
| tree | 6bf09dfcb099b162be529c26e59ea2aa4f161f8d | |
| parent | 7a9d6aa5999a71e29c5fa47a0ea7105c6494123a (diff) | |
tests: fix typo
I've been staring at this for ages, and it finally got to me.
Change-Id: I472dc2b2cf3ab175014ed673d73b543aa3e14d14
Signed-off-by: Jeff Darcy <jdarcy@fb.com>
Reviewed-on: https://review.gluster.org/17140
Tested-by: Jeff Darcy <jeff@pl.atyp.us>
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Zhou Zhengping <johnzzpcrystal@gmail.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
| -rwxr-xr-x | run-tests.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 558256eef62..9a21f37bb97 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -277,7 +277,7 @@ function run_tests()                  echo "       *********************************"                  echo "       *       REGRESSION FAILED       *"                  echo "       * Retrying failed tests in case *" -                echo "       * we got some spurous failures  *" +                echo "       * we got some spurious failures *"                  echo "       *********************************"                  echo ""                  prove -vfe '/bin/bash' $t  | 
