Skip to content

Commit

Permalink
script/autobuild.py: make sure --with-selftest-prefix keeps working
Browse files Browse the repository at this point in the history
metze
  • Loading branch information
metze-samba committed Apr 30, 2011
1 parent 6ae2ecc commit a23d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
("clean", "make clean", "text/plain") ],

# We have 'test' before 'install' because, 'test' should work without 'install'
"samba4" : [ ("configure", "./configure.developer ${PREFIX}", "text/plain"),
"samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
("make", "make -j", "text/plain"),
("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain"),
("install", "make install", "text/plain"),
Expand Down

0 comments on commit a23d88e

Please sign in to comment.