Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 8c21d75

Browse files
committed
CI: skip full/local tests
1 parent b56631b commit 8c21d75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/nancy_run_localhost_simple_dump.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
echo "SKIP" && exit 0
4-
53
thisDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
64
parentDir="$(dirname "$thisDir")"
75
srcDir="$parentDir/.circleci"

tests/nancy_run_localhost_simple_dump_with_index.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
echo "SKIP" && exit 0
4+
35
thisDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
46
parentDir="$(dirname "$thisDir")"
57
srcDir="$parentDir/.circleci"
@@ -10,10 +12,10 @@ nancyRun="$parentDir/nancy_run.sh"
1012

1113
output=$(
1214
$nancyRun --workload-custom-sql "file://$srcDir/custom.sql" \
15+
--tmp-path ${srcDir}/tmp \
1316
--db-dump-path "file://$srcDir/test.dump.bz2" \
1417
--target-ddl-do "file://$srcDir/ddl_create_index.sql" \
15-
--target-ddl-undo "file://$srcDir/ddl_drop_index.sql" \
16-
--tmp-path $srcDir/tmp
18+
--target-ddl-undo "file://$srcDir/ddl_drop_index.sql"
1719
)
1820

1921
if [[ $output =~ "Queries duration:" ]]; then

0 commit comments

Comments
 (0)