diff --git a/cache-config/testing/docker/ort_test/run.sh b/cache-config/testing/docker/ort_test/run.sh index ebb3d69813..1af3742fc7 100755 --- a/cache-config/testing/docker/ort_test/run.sh +++ b/cache-config/testing/docker/ort_test/run.sh @@ -77,8 +77,8 @@ else echo "$(/ort-tests/tc-fixtures.json - if ! /ort-tests/tc-fixtures.json.tmp + if ! &1 >> test.log @@ -115,6 +115,4 @@ if [[ $? != 0 ]]; then exit 3 fi -cp /tc-fixtures.json /ort-tests/tc-fixtures.json - exit 0 diff --git a/cache-config/testing/ort-tests/traffic_ops_ort_test.go b/cache-config/testing/ort-tests/traffic_ops_ort_test.go index 8fa43276a5..c96961aed8 100644 --- a/cache-config/testing/ort-tests/traffic_ops_ort_test.go +++ b/cache-config/testing/ort-tests/traffic_ops_ort_test.go @@ -51,7 +51,7 @@ const cfgFmt = `Using Config values: func TestMain(m *testing.M) { tcd = tcdata.NewTCData() configFileName := flag.String("cfg", "conf/traffic-ops-test.conf", "The config file path") - tcFixturesFileName := flag.String("fixtures", "tc-fixtures.json", "The test fixtures for the API test tool") + tcFixturesFileName := flag.String("fixtures", "/tc-fixtures.json", "The test fixtures for the API test tool") cliIncludeSystemTests := *flag.Bool("includeSystemTests", false, "Whether to enable tests that have environment dependencies beyond a database") flag.Parse()