From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
golang-example: fixed test.sh Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/golang-example/test.sh b/golang-example/test.sh --- a/golang-example/test.sh +++ b/golang-example/test.sh @@ -3,4 +3,4 @@ THIS_DIR=$(readlink -f $(dirname $0)) CMDLINE=$($THIS_DIR/../cmdline.sh $THIS_DIR) -$THIS_DIR/../../scripts/tests/test_app.py -e "$CMDLINE" --line 'Go version:' -i ~/.capstan/repository/test-golang-example/test-golang-example.qemu +$THIS_DIR/../../scripts/tests/test_app.py -e "$CMDLINE" --line 'Go version:' -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000edacd205a3b1e721%40google.com.
