Skip to content

Commit

Permalink
updated run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MeerKatDev committed Apr 23, 2021
1 parent c1211a5 commit bbd223a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ mv -f "${original_tests_file}" "${tests_file}"
popd > /dev/null

# Write the results.json file
sbt "set offline := true" "run ${build_log_file} ${tests_results_file} ${results_file}" > "${runner_log_file}"
# sbt "set offline := true"

java -jar "target/scala-2.13/TestRunner-assembly-0.1.0-SNAPSHOT.jar ${build_log_file} ${tests_results_file} ${results_file}" > "${runner_log_file}"

echo "${slug}: done"

0 comments on commit bbd223a

Please sign in to comment.