Skip to content

Commit

Permalink
fix regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Jul 8, 2024
1 parent f41e792 commit 3e41e96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/regressions/FDB-276/FDB-276.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gribset="$<TARGET_FILE:grib_set>"
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir
export FDB5_ROOT=./root
export FDB_EXPVER_FILE=$bindir/expver_to_fdb_root.map

Expand Down
2 changes: 1 addition & 1 deletion tests/regressions/FDB-282/FDB-282.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function post_process {
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir
export FDB5_ROOT=./root

export FDB_DEBUG=0
Expand Down
2 changes: 1 addition & 1 deletion tests/regressions/FDB-291/FDB-291.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function post_process {
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir

export FDB_DEBUG=0
export ECKIT_DEBUG=0
Expand Down
2 changes: 1 addition & 1 deletion tests/regressions/FDB-292/FDB-292.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function post_process {
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir

export FDB_DEBUG=0
export ECKIT_DEBUG=0
Expand Down
2 changes: 1 addition & 1 deletion tests/regressions/FDB-307/FDB-307.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function post_process {
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir

export FDB_DEBUG=0
export ECKIT_DEBUG=0
Expand Down
2 changes: 1 addition & 1 deletion tests/regressions/FDB-310/FDB-310.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function post_process {
srcdir=@CMAKE_CURRENT_SOURCE_DIR@
bindir=@CMAKE_CURRENT_BINARY_DIR@

export FDB5_HOME=$bindir
export FDB_HOME=$bindir

export FDB_DEBUG=0
export ECKIT_DEBUG=0
Expand Down

0 comments on commit 3e41e96

Please sign in to comment.