Skip to content

Commit

Permalink
Rename testrunner to testrunner.py
Browse files Browse the repository at this point in the history
To fix problems loading the module on windows

Change-Id: I70c7b8931bc528eb8dc0becfcb34d6416e22aa7b
Reviewed-on: http://review.couchbase.org/37088
Tested-by: buildbot <build@couchbase.com>
Reviewed-by: Tommie McAfee <tommie@couchbase.com>
  • Loading branch information
trondn committed Jun 16, 2014
1 parent 2e01050 commit 5b8cf8e
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 470 deletions.
2 changes: 1 addition & 1 deletion scripts/start_cluster_and_run_tests.sh
Expand Up @@ -75,7 +75,7 @@ fi
COUCHBASE_NUM_VBUCKETS=64 python ./cluster_run --nodes=$servers_count &> $wd/cluster_run.log &
pid=$!
popd
python ./testrunner $conf -i $ini $test_params 2>&1 -p makefile=True | tee make_test.log
python ./testrunner.py $conf -i $ini $test_params 2>&1 -p makefile=True | tee make_test.log

kill $pid
wait
Expand Down

0 comments on commit 5b8cf8e

Please sign in to comment.