Skip to content

Commit 384dbca

Browse files
committed
Fix ./setup test sapporo2
1 parent ba74f25 commit 384dbca

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

setup

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ run_test() {
190190
all )
191191
test_all
192192
;;
193+
sapporo2 )
194+
check_package_installed_for_test sapporo2
195+
test_sapporo2
196+
;;
193197
amuse-framework | framework )
194198
check_package_installed_for_test amuse-framework
195199
test_framework

support/setup/testing.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ test_sapporo2() {
103103
log_file="$(log_file test sapporo2)"
104104

105105
(
106-
${GMAKE} -C lib/sapporo2 test
107-
echo $? >"../../${ec_file}"
106+
${GMAKE} -C lib/sapporo_2 test
107+
echo $? >"${ec_file}"
108108
) 2>&1 | tee "${log_file}"
109109

110110
handle_result $(cat "$ec_file") test sapporo2 "${log_file}"

0 commit comments

Comments
 (0)