Correctly call driver v1 tests (#1630)
This commit is contained in:
parent
82c47ee80d
commit
c2e9df309a
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Old v1 tests
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
run_v1.sh
|
cd "$DIR"
|
||||||
|
|
||||||
# New tests
|
# New tests
|
||||||
pushd () { command pushd "$@" > /dev/null; }
|
pushd () { command pushd "$@" > /dev/null; }
|
||||||
@ -15,8 +15,9 @@ function wait_for_server {
|
|||||||
sleep 1
|
sleep 1
|
||||||
}
|
}
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
# Old v1 tests
|
||||||
cd "$DIR"
|
tests_v1="$DIR/run_v1.sh"
|
||||||
|
$tests_v1
|
||||||
|
|
||||||
# Create a temporary directory.
|
# Create a temporary directory.
|
||||||
tmpdir=/tmp/memgraph_drivers
|
tmpdir=/tmp/memgraph_drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user