projects
/
platform
/
upstream
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36bf76f
)
Add missing -t option
author
Wouter Verhelst
<w@uter.be>
Mon, 19 Dec 2016 17:41:45 +0000
(18:41 +0100)
committer
Wouter Verhelst
<w@uter.be>
Mon, 19 Dec 2016 21:36:38 +0000
(22:36 +0100)
tests/run/simple_test
patch
|
blob
|
history
diff --git
a/tests/run/simple_test
b/tests/run/simple_test
index
2c9c3df
..
2fdb62b
100755
(executable)
--- a/
tests/run/simple_test
+++ b/
tests/run/simple_test
@@
-369,7
+369,7
@@
EOF
../../nbd-server -C ${conffile} -p ${pidfile} &
PID=$!
sleep 1
- ./nbd-tester-client -N export1 "${mydir}/integrity-test.tr" -C "${certdir}/selfsigned-cert.pem" -K "${certdir}/selfsigned-key.pem" localhost
+ ./nbd-tester-client -N export1
-t
"${mydir}/integrity-test.tr" -C "${certdir}/selfsigned-cert.pem" -K "${certdir}/selfsigned-key.pem" localhost
retval=$?
;;
*)