diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-07 14:19:11 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:53 +0100 |
commit | bf48ee33e568ee8456fa8324a39b11946f4628a6 (patch) | |
tree | 812ad78df9a5bb18a1ee456949c60a03c73279af /testing/do-tests | |
parent | 36a3fe90d88a53ba5c4f69e089697a6298527505 (diff) | |
download | strongswan-bf48ee33e568ee8456fa8324a39b11946f4628a6.tar.bz2 strongswan-bf48ee33e568ee8456fa8324a39b11946f4628a6.tar.xz |
Rename UMLTESTDIR variable to TESTDIR
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-x | testing/do-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests b/testing/do-tests index 44b5f2dca..7f7d9147a 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -35,7 +35,7 @@ TODAYDIR=$TESTRESULTSDIR/$TESTDATE mkdir $TODAYDIR TESTRESULTSHTML=$TODAYDIR/all.html INDEX=$TODAYDIR/index.html -DEFAULTTESTSDIR=$UMLTESTDIR/testing/tests +DEFAULTTESTSDIR=$TESTDIR/testing/tests SOURCEIP_ROUTING_TABLE=220 |